Our mission is to kickstart generations (camps) of talented and ambitious students here in UP.
This website serves as the official UP CSI devcamp website.
If you wish to contribute content (add a guide, fix a typo) the easiest way is through github's online tools or through Prose.
All you need to do is to edit the markdown content file. All content is under the content/ directory, and the directory structure should be self explanatory (content/resources contains all resources, content/trackposts contains all track posts, etc.). Make sure to take note of the front matter in every content file.
Authors are defined using yaml or toml files under data/authors/.
You will need to install Hugo and npm.
Install the dependencies by running npm install.
The default gulp task takes care of file watching and asset compilation, and also runs hugo server for you, so you can get started hacking right away.
The src theme files is under themes/src