File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ bundle exec rake new_post:fr # French
8383- ` _data/ ` : YAML data files (releases.yml, downloads.yml, branches.yml, locales/)
8484- ` lib/ ` : Ruby utilities (linter, markup checker, draft release)
8585- ` test/ ` : Test files for plugins and linter
86- - ` stylesheets/ ` : CSS source and compiled output
86+ - ` stylesheets/ ` : CSS source
8787- ` _javascripts_src/ ` : TypeScript source files
8888- ` javascripts/ ` : Compiled JavaScript output
8989
@@ -99,8 +99,6 @@ The site uses a custom Tailwind configuration with:
9999- ** Custom breakpoints** : Container max-widths configured for content layouts
100100- ** Dark mode** : Enabled via OS preference (` darkMode: 'media' ` )
101101
102- Input: ` stylesheets/tailwind.css ` → Output: ` stylesheets/compiled.css `
103-
104102### News System
105103
106104The news system is powered by a custom Jekyll plugin (` _plugins/news.rb ` ):
You can’t perform that action at this time.
0 commit comments