
A theme for a conference website. Created for DevFest Toulouse 2019
DevFest Theme Hugo is a theme specifically designed for conferences and events, developed for the 2019 version of Devfest Toulouse. This theme can be used to build conference websites from scratch and provides various features such as customizable headers, footers, subscription blocks, ticket information, conference location details, speaker and partner sections, and more.
yarn to install the necessary dependencies.npm start to watch Sass changes and customize the styling.npm run build to build the minified version of the site.DevFest Theme Hugo is a theme designed for conference websites, developed for the 2019 Devfest Toulouse. It provides various customizable features such as headers, menus, footers, subscription blocks, ticket information, speaker sections, session details, team members, and blogs. The installation process is simple, and the theme allows for easy customization and building of conference websites from scratch.

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.