Skip to content

QCrypt/website-2021

Repository files navigation

QCrypt 2021 website

Netlify Status

Live site at https://2021.qcrypt.net

Using the Hugo template from https://github.com/GDGToulouse/devfest-theme-hugo adapted from the fork by the cloudnative-amsterdam people: https://github.com/cloudnative-amsterdam/public-website

theme submodule at https://github.com/QCrypt/devfest-theme-hugo-2021

Building this conference site from scratch

  1. Install Hugo
  2. Clone this repo:
git clone git@github.com:QCrypt/website-2021.git
  1. Update the theme submodule
cd public-website/themes/devfest-theme-hugo
git submodule init
git submodule update
  1. It's done. Just start Hugo server to see it live!
cd ../..
hugo server
  1. When you are happy with the result, commit the changes to the master branch. The site is then automatically deployed to https://qcrypt2021.netlify.com/ and accessible under https://2021.qcrypt.net .

Customizing the theme

The theme is located at https://github.com/QCrypt/devfest-theme-hugo-2021

First, install yarn.

Then, use

cd themes/devfest-theme-hugo
yarn

to install the dependencies.

As you might have the right version of npm, you might have to install the node version manager nvm. Then, use

nvm install 10.0

In the same directory, run npm start to watch Sass changes.

When you are happy with the result run npm run build to build the minified version. Then commit the theme submodule.

Installing on a new ARM Mac

node-sass is not yet ported to ARM processors, but there is a work-around described here: sass/node-sass#3033 (comment)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published