Explore >> Select a destination


You are here

www.maxpou.fr
| | bdadam.com
3.1 parsecs away

Travel
| | Boilerplate code for generating static websites with node.js, GruntJS and Assembe.
| | blog.nobugware.com
2.5 parsecs away

Travel
| | I've always developed my own blog system, that's a good way to learn a new langage. But having to maintain a working server or hosting is no fun, there are some solutions like Jekyll or Hugo they generate static web pages based on some Markdown files you wrote. As it's just basic html files, they can be served by Github gh-pages. It opens the door to blogging from anywhere without internet connection or your own laptop, just write some Markdown then publish to github later or event edit your new blog pos...
| | michael-lewis.com
3.9 parsecs away

Travel
| | This site has been built with Hugo and the hugo-coder theme, and is hosted on GitLab Pages. This post has some notes on these tools.
| | hjr265.me
9.4 parsecs away

Travel
| Toph Help is built with Hugo - a static site generator. As you would expect with static sites, the pages are all generated ahead of time and hosted as plain HTML. You get all the benefits of static websites, but what about search? Client-side search is one way to work around this limitation of static websites. You build an array of objects describing all your pages on your website. You serve it to the client as JSON.