Website for Techqueria.org
npm inpm startThis 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.
To build a static version of the website inside the /dist folder
npm run buildThis 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.
├── 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
To get started...
- 🍴 Fork this repo
- 🔨 View the contributing guidelines at CONTRIBUTING.md
- 👥 Add yourself as a contributor under the credits section
- 🔧 Open a new pull request
- 🎉 Get your pull request approved - success!
Or just create an issue - any little bit of help counts! 😊
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.