Skip to content

scicloj/scicloj.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4932887 · Apr 1, 2025
Feb 15, 2022
Dec 25, 2023
Apr 1, 2025
Oct 5, 2021
Jun 25, 2021
Oct 5, 2021
Oct 5, 2021
Nov 2, 2024
Mar 18, 2021
Mar 18, 2021
Mar 18, 2021
Feb 15, 2022
Feb 4, 2022
Mar 18, 2021
Feb 4, 2022
Feb 4, 2022
Mar 18, 2021
Sep 7, 2021
Jan 24, 2025
Oct 5, 2021
Mar 18, 2021
Feb 4, 2022
Feb 20, 2025
Feb 20, 2025
Jul 5, 2021

Repository files navigation

A draft for a Scicloj website redesign, based on the Doks Hugo theme.

Local development

Install dependencies:

npm install

Start development server:

npm run start

Browse the locally developed website at localhost:1313. Edit the .md files under content and see the website updating.

Tools and libraries list

The "tools and libraries" libs.md file is an exception -- it is generated from model.edn, rather than edited manually.

You can regenerate it using:

cd content/en/docs/resources/
./gen.clj libs.md

(assuming you have babashka installed)

Contributing

If you wish to have push permissions, please reach out to @daslu. This would automatically be reflected in the website (after a delay of a minute or so).

A pull request to model.edn and to the manually edited .md files under the content` directory would always be great.

For bigger changes, let us talk. You can use the Issues or reach out to Daniel Slutsky at the Clojurians Zulip chat.

License

MIT License