hugo-theme for the TWIST2018-Hackday landing page | Read-only mirror of https://github.com/openZH/hugo-theme-twist-massively — Kanton Zürich. Issues & pull requests at the source.
  • CSS 43.4%
  • SCSS 36%
  • HTML 11.8%
  • JavaScript 8.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-08-31 13:34:56 +02:00
exampleSite folder structure 2018-08-31 13:14:13 +02:00
images make a reusable theme 2018-08-31 12:01:31 +02:00
layouts make a reusable theme 2018-08-31 12:01:31 +02:00
static make a reusable theme 2018-08-31 12:01:31 +02:00
.gitattributes Initial commit 2018-08-28 21:26:33 +02:00
.gitignore make a reusable theme 2018-08-31 12:01:31 +02:00
gulpfile.js make a reusable theme 2018-08-31 12:01:31 +02:00
LICENSE make a reusable theme 2018-08-31 12:01:31 +02:00
massively.Rproj - 2018-08-28 21:54:55 +02:00
package-lock.json make a reusable theme 2018-08-31 12:01:31 +02:00
package.json make a reusable theme 2018-08-31 12:01:31 +02:00
README.md Update README.md 2018-08-31 13:34:56 +02:00
theme.toml make a reusable theme 2018-08-31 12:01:31 +02:00

Hugo Theme Twist-Massively

This repository contains the Hugo-Theme created for the TWIST-Hackdays, it is an adapted version of the massively theme for events.

The easiest way to get started is to create a new (empty) RStudio project, then

devtools::install_github('rstudio/blogdown')  # install blogdown
blogdown::new_site(theme = 'openZH/hugo-theme-twist-massively')

Then you should be able to see an example website launched in the RStudio Viewer.

For the full documentation, please see this section in the blogdown book: https://bookdown.org/yihui/blogdown/themes.html

Features

  • Blog
  • Responsive
  • Disqus
  • Google Analytics
  • Google web fonts (Merriweather and Lato)
  • Location map (via MapBox)

Changes

The main changes made to the original massively-theme are:

  1. Added the possiblity of generating the navigation menu via 'config.toml'.

  2. Changes to the css & templates (introduced a logo-container on the main page, colors & opacity of various elements altered)

  3. Customizable location map added (inspired by: open-network-infrastructure/hugo-hackatheme

Original Theme Credits

The massively-theme has been improved significantly since it was first forked for the creation of the Twist-Website (mutliglingual support introduced and much more):

License

This hugo theme is licensed under the Creative Commons Attribution 3.0 License.

Read More - LICENSE