Skip to content

Static site for Genics Blog: An open source developer publication.

License

Notifications You must be signed in to change notification settings

florianwalther-private/genicsblog.com

 
 

Repository files navigation

Static site for genicsblog.com

The content under _posts folder belongs to the respective authors. Please contact the authors for questions relating to their content and licensing.

The content of the site excluding _posts is licensed under the CC BY-SA 4.0.

Local setup

Please install Ruby (preferrably 3.x) and Node.js (preferrably 16.x) before you proceed.

Run the dev.sh script in order to set up the local environment and build the website:

./dev.sh

The first build would take a few moments. Once done, you can preview the site at localhost:4000. Subsequent builds should be faster.

If any problem persists, try providing the correct permissions to the bash script by running:

chmod +x dev.sh

Now you should be able to run the ./dev.sh command.

Feel free to open an issue if you need any help!

About

Static site for Genics Blog: An open source developer publication.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.4%
  • Shell 16.6%