behrica / scicloj.github.io

The Scicloj website

Home Page:http://scicloj.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Scicloj website

http://scicloj.org

License:MIT License


Languages

Language:HTML 51.6%Language:Clojure 41.9%Language:JavaScript 6.5%