Skip to content

t4wE/vlanghugo

Repository files navigation

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
sass assets/css/sass/style.sass  assets/css/style1.css 
hugo
hugo server

About

2nd fork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published