migrated static/css/sections stylesheets

This commit is contained in:
Aaron Qian 2022-11-14 14:34:08 -08:00 committed by Aaron Qian
parent c2eb8245dc
commit 7a1088420b
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
23 changed files with 1681 additions and 1662 deletions

View file

@ -1,6 +1,6 @@
// loading bootstrap
// TODO: Refactor to use bootstrap sass variable for theming.
@import 'bootstrap/scss/bootstrap.scss';
@import 'bootstrap/scss/bootstrap';
// The Mulish font, we use font-weight 300 - 700
@import '@fontsource/mulish/300';
@ -12,9 +12,25 @@
// layouts
@import './layouts/main';
// sections
@import './sections/home';
@import './sections/about';
@import './sections/skills';
@import './sections/experiences';
@import './sections/education';
@import './sections/projects';
@import './sections/recent-posts';
@import './sections/achievements';
@import './sections/accomplishments';
@import './sections/publications';
// navigators
@import './navigators/navbar';
// override
@import './override';
// features and services, only imported if enabled.
{{ range $feature, $featureDef := site.Params.features }}
{{ with $featureDef }}