|
You are here |
blog.nuculabs.de | ||
| | | | |
logr.cogley.info
|
|
| | | | | Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port. | |
| | | | |
128bit.io
|
|
| | | | | So, it was time for a bit of change for the blog. I have been using an older version of Jekyll for some time and upgrading for me has always been a pain. I picked to move away from Jekyll to something new, this is where Hugo comes into play. Hugo Hugo is another static site generator like Jekyll but written in Go, it boasts itself as the fastest tool of its kind but it wasn't the speed that drew me to it. | |
| | | | |
paulfosterdesign.wordpress.com
|
|
| | | | | Because too many sites are already crashing because their CMSes can't keep up with the traffic surges. And too many sites are using dynamic frameworks that drain mobile batteries and shut out people with older browsers. Static websites are what is required right now. HTMLCSSJavaScript (minimal)Images (optimised, essential imagery only)Text information with diagrams and graphs... | |
| | | | |
shpota.com
|
|
| | | So you've built a website, and you want to release it to the world? There are many unique ways this can be done. One of them is using AWS S3. It is simple, c... | ||