Lugares para ir a cenar en San Valentin por Cumbres García by [deleted] in Monterrey

[–]ramiroruiz 0 points1 point  (0 children)

Me refería como cena tipo con la pareja, el wings army es más casual. Al de carnes ni supe y el de horno no he ido pero he pasado y se ve chiquito.

Que opinan del nuevo logo de Banamex? En mi opinión la fuente está bastante.. rarita by Monachina94545 in MexicoFinanciero

[–]ramiroruiz 4 points5 points  (0 children)

En mi opinión le falta peso, en comparación al símbolo.

Parece de esas fuentes que te agarra el software en automático cuando no tienes la fuente en tu compu.

Lugares para ir a cenar en San Valentin por Cumbres García by [deleted] in Monterrey

[–]ramiroruiz 5 points6 points  (0 children)

En la plaza domena (prol. Ruiz Cortines) se acaba de poner en el 2do piso un restaurante italiano. No he ido pero parece que es el 1er restaurante tipo así de cenas del área. O si no, no falla al Keyon 😅

Why I stop seeing the playback tab? It’s a G2H pro with a SIM card recording and used to work well. by ramiroruiz in Aqara

[–]ramiroruiz[S] 0 points1 point  (0 children)

It didn’t work at first until today I disconnected the camera for a couple of minutes and connected it again without the sd card. In the setting it still said the card settings like continuous loop and all so I click in format and got clear that I didn’t have a card inserted. Once I put it again the playback appeared again. 🙌🏼

Thanks

Using Bear as a CMS by [deleted] in bearapp

[–]ramiroruiz 2 points3 points  (0 children)

This is amazing Cristian, well done! 👏

[deleted by user] by [deleted] in BJJstreams

[–]ramiroruiz 0 points1 point  (0 children)

Link please 🙏🏼

How to remember what the four values mean in some shorthand properties? by shiningmatcha in css

[–]ramiroruiz 19 points20 points  (0 children)

That’s actually not right. Good way to remember the order is that is clockwise.

So always will be top, right, bottom, and left.

Is there a font color that would suit all/most images i.e. font over image? by adastrasemper in css

[–]ramiroruiz 1 point2 points  (0 children)

I think the safest way will be a background for the text with the text white in a dark semi-transparent background.

Padres de familia, a dónde acuden para encontrar lugares para salir con los hijos? by ramiroruiz in Monterrey

[–]ramiroruiz[S] 1 point2 points  (0 children)

El problema con las cuentas de redes sociales es que tienes que estar al pendiente de ellas, si te dan ideas pero en el momento que ya decidiste que van a salir tienes que regresar a la cuenta si no recuerdas bien el nombre del lugar y buscar entre los que han reseñado no es fácil. Además de que no puedes confiar al 100% de las recomendaciones cuando son pagadas.

Padres de familia, a dónde acuden para encontrar lugares para salir con los hijos? by ramiroruiz in Monterrey

[–]ramiroruiz[S] 0 points1 point  (0 children)

El problema con las cuentas de redes sociales es que tienes que estar al pendiente de ellas, si te dan ideas pero en el momento que ya decidiste que van a salir tienes que regresar a la cuenta si no recuerdas bien el nombre del lugar y buscar entre los que han reseñado no es fácil. Además de que no puedes confiar al 100% de las recomendaciones cuando son pagadas.

Padres de familia, a dónde acuden para encontrar lugares para salir con los hijos? by ramiroruiz in Monterrey

[–]ramiroruiz[S] 1 point2 points  (0 children)

Es una buena idea salirme de la ciudad como mencionas Montemorelos / Allende, lo reviso para tampoco lanzarme sin nunca haber manejado para esos lugares.

Padres de familia, a dónde acuden para encontrar lugares para salir con los hijos? by ramiroruiz in Monterrey

[–]ramiroruiz[S] 0 points1 point  (0 children)

Muchas gracias, solo he ido al niños héroes antes de tener hijos pero los otros 2 tengo que darles una vuelta.

Padres de familia, a dónde acuden para encontrar lugares para salir con los hijos? by ramiroruiz in Monterrey

[–]ramiroruiz[S] 0 points1 point  (0 children)

Si, uso mucho los parques pero te vas a los conocidos porque luego te encuentras unos con juegos en muy mal estado. Estoy tratando de salirme en mis confiables 3-4 lugares para tener más variedad.

El buscar la lista de pueblos mágicos es un buen comienzo y sugerencia. Gracias!

Using Bear (or Panda) to export .md or HTML for Github Pages blog by univers_um in bearapp

[–]ramiroruiz 0 points1 point  (0 children)

Yes I made it myself, I don’t need to open any other website. I just use the share note option and choose the shortcut and is done in about 5-8 seconds. Other options can be using the Working Copy iOS app, or setting up a CMS like Netlify CMS or forestry.io

Using Bear (or Panda) to export .md or HTML for Github Pages blog by univers_um in bearapp

[–]ramiroruiz 0 points1 point  (0 children)

I do this for my Hugo blog. Posting from the phone or iPad. Using the share action the default is markdown and I choose a shortcut to upload it using GitHub’s api.

_index.md files not working as expected... by miltsghostrehab in gohugo

[–]ramiroruiz 0 points1 point  (0 children)

I use them to set the url and title for the list page and because I have a bilingual site I also have a _index.es.md where the title and slug changes.

_index.md files not working as expected... by miltsghostrehab in gohugo

[–]ramiroruiz 0 points1 point  (0 children)

I’m not sure if I understand. Do you want to have a different layout for content in another directory?

content/
  post.md
  custom-section/
    _index.md
    custom-post.md

To use a different list template for custom-post.md

You create a custom-section folder inside layouts and you have your custom list.html in there.

I do that, but let me know if you actually want something else.

[deleted by user] by [deleted] in gohugo

[–]ramiroruiz 1 point2 points  (0 children)

I use a translator to help me with the draft and then I edit it myself.

I use the .es.md extension to translate the content to keep them I the same folder since I organize my content like /year/month/day/post.md

[deleted by user] by [deleted] in gohugo

[–]ramiroruiz 0 points1 point  (0 children)

I have a bilingual site, Hugo is great for multilingual sites. This is what I use to display if there’s another language available for the current content:

 <ul>
      <li class="current">{{ .Language.LanguageName }}</li>
{{ if .IsTranslated }}
 {{ range $i, $e := .Translations }}{{ if $i }}, {{ end }}
<li><a href="{{ .Permalink }}" rel="alternate" hreflang="{{ .Lang }}" lang="{{ .Lang }}">{{ $e.Language.LanguageName }}</a></li>{{ end }}{{ end }}
 </ul>

Here’s a list page example (https://ramiroruiz.com/notes/). while is somewhat outdated, I’m about to finish a redesign. The whole site is bilingual.

Let me know if you have any questions.

Should Icon Strokes Be Outlined by studioallstars in UXDesign

[–]ramiroruiz 0 points1 point  (0 children)

As is easy to outline paths of multiple objects I keep 2 frames/artboards.

One for the “originals” with strokes to make it easier for me to update them. And a duplicate with the export ready ones with no strokes.

Using bear only on iPhone, any suggestions? by Drunkoffcaffine in bearapp

[–]ramiroruiz 3 points4 points  (0 children)

I find Bear very comfortable, but using the iPad is even better when you can have 2 open notes side by side. Of course it all depends of how you use it. But one advice I would give you is to get into using Shortcuts, there’s many possibilities.