t4wE / vlanghugo

2nd fork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vlanghugo

2nd fork of The V Programming Language Website. i decided that the npm version is unneccessary and complex as the only JS that has to be used is to give a proper downlaod link depending on user's OS so i moved everything to Hugo.

https://vlang.io

Example
The original version was written by leahlundqvist aka hex2f.

How To Contribute

There are various way you can contribute to this project. Refactoring writings, updating css, adding language support etc. We will cover them one by one.

Styling the website

There is assets/css/style.css file which is the main stylesheet. It's pre-made . It is supposed to be converted from assets/css/sass/style.sass file and minified but its not yet implemented. Use index.html in public folder to view the rendered html file. This will help you style the website.

Adding Language

TBD, see i18n folder

Building

The website is built via Hugo. now i use hugo v0.111.3

To build:

git clone https://github.com/t4wE/vlanghugo
cd vlanghugo
sassc assets/css/sass/style.sass > assets/css/style1.css (not yet fully merged, not used, can be skipped)
hugo
hugo server

About

2nd fork

License:MIT License


Languages

Language:HTML 88.2%Language:CSS 6.7%Language:Sass 5.1%