Search
Items tagged with: Hugo
In recent years, many tools require increasingly complex stacks. While I agree with the "Unix way" of putting together different pieces that do one thing and do it well, sometimes I feel that this complexity over time may lead to disadvantages.
That's why I've simplified the BSD Cafe wiki, and for the same reason, I've "moved on" from the good old Ghost Blog and converted my IT Notes blog to Hugo, making it entirely static.
I'm still figuring out if the theme I've chosen convinces me, and there are other things I need to fix, but overall, I'm much more satisfied with having something purely static online.
If you're curious, here's the new layout: https://it-notes.dragas.net #UnixWay
#Simplification #StaticBlogging #Hugo #ITNotes #WebDevelopment
How to publish new #Hugo content on Mastodon
https://sleeplessbeastie.eu/2023/11/01/how-to-publish-new-hugo-content-on-mastodon/
How to publish new Hugo content on Mastodon
Publish new Hugo content Hugo on Mastodon instance.milosz (sleeplessbeastie's notes)
Something we have just learned... here :
https://hugocodex.org/blog/using-page-in-shortcodes-cache-issue-be-aware-off/
Using 'page' in shortcodes ( cache / issue ? ) - be aware off
Since recent Hugo versions (we are now at v0.120) the ellegant ‘page’ notation was introduced. We can now have an easy access to a ‘global Page object’ ! Great. While we were happily using it like this in Hugo ‘shortcode’ : {{ page.File.Hugo Codex
Seguimos... contribuyendo a #hugo
A quien le sirva !
Home
Hugo, el framework web que es súper rápido Porque rápido es simplemente mejor. Audiencia Si eres un desarrollador front-end y estas queriendo dar el salto a Hugo: has venido al lugar adecuado.Hugo Codex
After spending a fair bit of time setting up Mastodon/Fediverse comments on my static blog, I made a post about how I modified it to show comment threading.
I hope it is useful to others who want to modify the code 😊
https://berglyd.net/blog/2023/03/mastodon-comments/
Note: Responses to this post are visible on the blog.
#Static #Website #Hugo #Mastodon #Comments
Threaded Mastodon Comments
Already before I set up this website using Hugo, I wanted to integrate Mastodon comments into the posts. I had already come across this implementation by Carl Schwan before, and it seems to work really well.Veronica Writes
I am rebuilding now a page in #Hugo, and this tool sounds very interesting! I will definitely give it a try!
Welcome to the Fedipage
Fedipage Hugo based static page generator and blog with ActivityPub support Learn More Follow our Git → Straight forward install git clone https://git.qoto.Fedipage
With just a few lines of HTML form code you can collect your form submissions onout form backend service https://fabform.io
<form action="https://fabform.io/f/{form-id}" method="post">
<label for="email">Your Email</label>
<input name="email" type="email">
<button type="submit">Submit</button>
</form>
#html #web #webdev #webdevelopment #webdesign #web3 #css #programming #javascript #static #hugo #jekyll #eleventy #11ty #nextjs #ssg
Jamstack Themes
Over 1000 themes and starters for Jamstack and static site generators.jamstackthemes.dev
How to get started on #hugo Web #dev ?
There's a good source of inspiration here...
https://hugocodex.org/getting-started/
Getting started
This is a lesson series that shows you how Hugo works from scratch (pun intended). This means that you will start with absolutely nothing and build your way to a full-fledged website. Lessons are short simple to follow.Hugo Codex
We have now a full #blog 'component' available !
Enjoy
(see the dettailed docs. on how to use it )
#hugo #hugobricks
https://www.hugobricks.preview.usecue.com/blog/
Blog | Hugobricks
Home Blog posts This is a demo of the blog. In ultricies vel enim vel pulvinar. Quisque finibus sem velit, sed consequat mi ullamcorper vitae. Proin finibus tristique sollicitudin.www.hugobricks.preview.usecue.com
Ya tengo bastante tiempo con la curiosidad de tener de nuevo un #blog, pero no he sabido si recurrir a las viejas herramientas (#Blogger, #WordPress, #Tumblr), o si mejor explorar alguna alternativa nueva.
He visto, aunque muy por encima, opciones como #TiddyWiki o montar un sitio usando #Hugo hospedado en #Netlify o #GitHubPages
¿Ustedes que recomendarían?
#hugobricks Theming
#hugo #docs in progress
« [..] You might wonder what the difference is between a Hugo ‘shortcode’ and a Hugo ‘brick’. Shortcodes are placing reusable content in a kind of ‘inline’ way (say in between two paragraphs). An example of a shortcode is a video. Bricks are complete sets of content. An example of a shortcode is a call-to-action block/brick. Below you find a list of available shortcodes. [..]»
Hi fediverse,
" Hello #hugo - #hugobricks "
happy coding
https://discourse.gohugo.io/t/hello-hugobricks-alpha/44968
Hello Hugobricks - alpha
Sometimes your are lucky, … seeing a biutiful project grow in front of your eyes, at your fingertips and collaborate ? Feel free to join the git-flow, whishlist , open issues… in the open repository ? Hugobricks in the making.HUGO
✓ "Hugo’s static nature eliminates the need for databases or complex server configurations, making it inherently more secure than dynamic content management systems." It makes a difference, ...
✓ And, above all whistles and bells,
☯️ Yes, it generates clean⚡#html markup .
<Happy coding/>
Unmh
Why do i choose Hugo as my SSG?
Joost explains it better than i could do...
https://www.usecue.com/blog/why-choose-hugo-as-your-static-site-generator/
Why choose Hugo as your SSG?
In today’s digital landscape, having a fast, efficient, and scalable website is crucial for businesses and individuals alike. With numerous options available, choosing the right static site generator can be a daunting task.Usecue web development
I will have to suggest an approach for building a website with information pages about lots of historical persons, the information about which is being maintained (and only infrequently updated) in a RDBMS. I was thinking to suggest working with database exports to a json or csv file and a static site generator like #hugo that would, based on a template file, build the html pages from the json.
Now i have the impression this is a little more complicated than I initially thought (cf. e.g. https://github.com/gohugoio/hugo/issues/5074).
Would you suggest to do it with hugo anyway, use another SSG (perhaps #quarto/#quarto_pub, I've been meaning to look into this for a while already?), or use a direct connection to the database?
Build pages from data source · Issue #5074 · gohugoio/hugo
Currently Hugo handles internal and external data source with getJSON/getCSV which is great for using data source in a template. But Hugo cannot, using a data set of items, build a page for each of...GitHub
- hugo, it's still the best option (100%, 1 vote)
- "live" database queries, server-side (0%, 0 votes)
- "live" database queries, clientside (0%, 0 votes)
- another SSG (please comment which you'd suggest) (0%, 0 votes)
Hello #hugobricks
https://github.com/jhvanderschee/hugobricks
GitHub - jhvanderschee/hugobricks
Contribute to jhvanderschee/hugobricks development by creating an account on GitHub.GitHub
"Mastodon as comment system for your static blog"
Woah, this is pretty neat. I'm probably going to set this up at some point on my blog...
https://danielpecos.com/2022/12/25/mastodon-as-comment-system-for-your-static-blog/
@dpecos thanks for writing this easy to understand guide!
#mastodon #fediverse #hugo #ssg #disqus
Mastodon as comment system for your static blog
Comment systems are an essential part of modern websites, providing a platform for users to engage with the content and share their thoughts and opinions.Daniel Pecos Martínez (GeekWare - Daniel Pecos Martínez)
Hi #fediverse!
... Let's 'build in public' a simple #hugo framework based - web app promoting a book (via a kind of 'referrals codes') y bla,bla,bla... 'alfa' versión :
Thanks for your #feedback
https://emmanuel.librebits.info
Emmanuel | Emmanuel | Astrologia
Todo acontecimiento en el plano de nuestra realidad queda automáticamente respaldado por la energía lunar que le corresponde y viceversa. Nada en La Tierra sucede sin el permiso de la Luna. Ej.emmanuel.librebits.info
here's a nice hugo shortcodes and the corresponding source code blogpost. Nice to read. Nice to know : https://roneo.org/en/hugo-audio-player-embed-remote-media-files-plyr-shortcode/
Hugo: embed audio files with Plyr.io and a Shortcode
> Let's see how to embed audio files in Hugo with [Plyr.io](https://github.com/sampotts/plyr/), an opensource and elegant media player offering support for MP3, WAV, M4A, FLAC and OGG.Roneo.org
otros recursos que se publican acá, también (en este caso, con su blogpost explicativo) : https://roneo.org/en/hugo-audio-player-embed-remote-media-files-plyr-shortcode/
Hugo: embed audio files with Plyr.io and a Shortcode
> Let's see how to embed audio files in Hugo with [Plyr.io](https://github.com/sampotts/plyr/), an opensource and elegant media player offering support for MP3, WAV, M4A, FLAC and OGG.Roneo.org
"Rebuilding a Solar Powered Website" https://solar.lowtechmagazine.com/2023/06/rebuilding-a-solar-powered-website/
#LowTech #ClimateChange #permacomputing #Hugo
Rebuilding a Solar Powered Website
You’re looking at a completely rebuilt version of the solar powered website, which now allows you to turn off the dithering compression and see the original images.LOW←TECH MAGAZINE
Here's a short TIL https://blog.michalp.net/posts/til/publish-date-in-hugo/ how I debugged the problem and what was the issue.
#blog #100DaysToOffload
Let's build a smart home
New year is always a good excuse to start something new. This post starts a series on building a smart home. It’s not going to be a tutorial written by an expert, quite the opposite, I want to share my thoughts and experiences while learning.Dev notes
▶️ https://github.com/n0x1m/hugoext
GitHub - n0x1m/hugoext: Hugoext allows to pipe Go Hugo markdown content files through an arbitrary processing tool. It abides the same destination file tree for thoser file types with the processed output.
Hugoext allows to pipe Go Hugo markdown content files through an arbitrary processing tool. It abides the same destination file tree for thoser file types with the processed output. - GitHub - n0x1...GitHub
https://janusworx.com/blog/line-numbers-in-hugo-codeblocks/
#mjbWrites #Blogging #Hugo
Line Numbers in Hugo Codeblocks
I want my code blocks on the blog to sometimes have line numbers. Looking at the Hugo docs here and here led me to the linenos argument. While we’d start our code blocks like (```python)1, all I need more is to add the line number argument like so.Mario Jason Braganza (Janusworx)
https://wilw.dev/blog/2022/09/03/re-building-my-website-with-hugo
Re-Building my Website with Hugo | Will Webberley
Why and how I migrated from Gatsby to Hugo for my personal site, and what some of the side-effect benefits were.wilw.dev
https://hugocodex.org/blog/resize-markdown-images
Resize markdown images
Before 2015 I was building WordPress websites. Some things in WordPress I really liked. One of them was the image resizing. When I switched to Jekyll in 2015 I found out that I could no longer resize images automatically. Fortunately, I found images.Hugo Codex
#hugo #golang
#web #dev 4ALL !
http://hugocodex.org/blog/image-compression-for-the-lazy/
Image compression for the lazy
No, this is not about lazy loading. We are talking about image compression only, as images are an important part of your page load (20% on average). Every byte counts when you want to get a 100% Google Lighthouse Score.Hugo Codex
A tutorial on how to add #mastodon based comments to your static website using #Jekyll (probably will work on #hugo too)
This is day 69 (nice) of #100DaysToOffload
Make sure to leave a comment if you want to test it yourself, although it has worked for a while now 😛
https://joelchrono.xyz/blog/how-to-add-mastodon-comments-to-jekyll-blog/
How to add comments to Jekyll blog (2022)
I have talked about comments on my blog before, but I think I finally found the final iteration of it, and it's now live!joelchrono.xyz
[HowTo] 'git': 'progit2', el mejor manual probablemente
[‘git’] es «un software de control de versiones diseñado por Linus Torvalds, pensando en la eficiencia, la confiabilidad y compatibilidad del mantenimiento d...hijosdeinit.gitlab.io
The results were interesting.
https://kevq.uk/comparing-static-site-hosts-best-host-for-a-static-site
#moa
Comparing Static Site Hosts; Which Is The Best Host For A Static Site?
I have compared a number of static site hosts to see which is the best in terms of performance, build times and pricing.Kev Quirk
Home | Hugo Codex
Hugo, the website framework that is super fast, because fast is simply better.hugocodex.org