Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.29 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.29 KB

vorthos-mine

The 'Vorthos Mine' website is built using 'blogdown', an R-based website builder based on RStudio's 'bookdown' written in markdown.

Installation

  1. Install pandoc

  2. Install hugo

    For example using your favorite package manager or homebrew on macOS.

  3. Create a new site (hugo new site vorthos-mine)

    This creates a new folder layout:

    • archetypes/
    • content/
    • data/
    • layouts/
    • static/
    • themes/
    • config.toml
  4. Clone a theme to the themes directory

    For example:

    git submodule add https://github.com/vimux/mainroad.git themes/mainroad

    For clones of this repository, remember to run the following:

    git submodule init
    git submodule update

    in order to get the 'mainroads' theme copied to the repo.

  5. Download the blogdown R-package (e.g., version 1.9)

    > install.packages("blogdown")
  6. Build/serve site.

    blogdown::serve_site()
    blogdown::build_site()

Appendix

CSV color scheme:

  • Main (metallic gold): d4af37
  • Accent-1 (metallic sunburst): 9c7c38
  • Accent-2 (pearl): eae0c8