mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-30 04:25:57 -04:00
c79bba520b
- de-personalize the theme as much as possible, moving personal info into config.toml parameters - extract hard-coded content out layouts and into actual /content (especially home page and all of its assets) - include full text of posts in RSS feed (aka making the world a better place) - use abstract layout for both video pages (/leo and /birthday)
24 lines
437 B
SCSS
24 lines
437 B
SCSS
@charset "UTF-8";
|
|
|
|
/*! Compiled CSS from SASS: https://git.io/JeC7I */
|
|
|
|
// Variables & Functions
|
|
@import 'abstracts/variables';
|
|
@import 'abstracts/functions';
|
|
|
|
// Global Styles
|
|
@import 'pages/global';
|
|
|
|
// Pages
|
|
@import 'pages/home';
|
|
@import 'pages/notes';
|
|
@import 'pages/videos';
|
|
|
|
// Responsive Pages
|
|
@import 'pages/responsive/global';
|
|
|
|
// Miscellaneous
|
|
@import 'components/logo';
|
|
@import 'components/syntax';
|
|
@import 'components/wave';
|