Skip to content

Commit

Permalink
Merge pull request #57 from uclaacm/dev
Browse files Browse the repository at this point in the history
styleguide v3.0 !!!!!
  • Loading branch information
icevin authored Nov 14, 2020
2 parents dbe31c2 + 8f0a76e commit ca4d25b
Show file tree
Hide file tree
Showing 296 changed files with 7,180 additions and 1,210 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ module.exports = function (eleventyConfig) {
let options = {
html:true,
breaks: true,
linkify: true
linkify: true,
};

let md_lib = md_it(options).use(md_attr);
let md_lib = md_it(options).use(md_attr).disable('code');
eleventyConfig.setLibrary("md", md_lib);

eleventyConfig.addFilter('jsonify', function (variable) {
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules
.DS_Store
_site
package-lock.json
css/
css/master.css
node_modules/
package-lock.json
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "assets/WestwoodSans"]
path = assets/WestwoodSans
url = https://github.com/uclaacm/Westwood_Sans.git
Loading

0 comments on commit ca4d25b

Please sign in to comment.