Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

FrancesCoronel/techqueria-site-revamp

 
 

Repository files navigation

techqueria.org

GitHub Issues GitHub Pull Requests MIT License

Website for Techqueria.org

Installation

npm i

Start Live Server

npm start

This will automatically open a browser tab with the website and BrowserSync will automatically reload the CSS or refresh the whole page, when stylesheets or content changes.

Build

To build a static version of the website inside the /dist folder

npm run build

Usage

This website uses Hugo as the static site generator and Gulp + Webpack as the asset pipeline.

It is setup to use PostCSS and Babel for Sass and JavaScript compiling/transpiling.

Structure

├── dist                // Static files generated
├── gulpfile.babel.js   // Build processes
├── netlify.toml        // Netlify deployment config
├── package.json        // NPM packages
├── site                // Compiles to dist
|  ├── archetypes       // Default templates
|  ├── config.toml      // Hugo config
|  ├── content          // Content goes here
|  ├── layouts          // Layouts for pages and posts
|  └── static           // Any static files
├── src                 // Go to assets directory in dist
|  ├── img              // Minified
|  ├── js               // Compressed and transpiled
|  └── sass             // Compressed and compiled
└── webpack.config.js   // Webpack config

Contributing

To get started...

  1. 🍴 Fork this repo
  2. 🔨 View the contributing guidelines at CONTRIBUTING.md
  3. 👥 Add yourself as a contributor under the credits section
  4. 🔧 Open a new pull request
  5. 🎉 Get your pull request approved - success!

Or just create an issue - any little bit of help counts! 😊

Code of Conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

More details can be found at this project's code of conduct.

Credits

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.9%
  • JavaScript 22.2%
  • CSS 9.9%