merely-useful / merely-useful.github.io

Landing page for books

Home Page:https://merely-useful.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landing page for the Merely Useful projects

Uses Hugo Lithium theme.

Contributing

Easiest way to add stuff is in the content/_index.md file. The site has to be built manually into the docs/ folder in order for GitHub Pages to build it.

One approach to building the website is with the R package hugodown. Install it with:

remotes::install_github("r-lib/hugodown")

And then to preview the site use:

hugodown::hugo_start()

And to build the site to docs/

hugodown::hugo_build(dest = "docs")

Any changes to the website layout needs to be done in the HTML files in layout and with the CSS in the static/main.css file.

About

Landing page for books

https://merely-useful.github.io/


Languages

Language:CSS 56.4%Language:HTML 43.6%