ampersand-x.x.x
)assets/sass/base/_variables.scss
file. It contains all the CSS variables as shown below. After making changes in SCSS files, you'll have to compile the theme. Look into the Theme Development section to learn more about it.default.hbs
file head section.assets/sass/base/_variables.scss
file and update the --font-primary
and --font-secondary
variables.post.hbs
file and un-comment the {{> "post-widget-comments"}}
line. partials/post-widget-comments.hbs
file. partials/icons/
paste SVG file and change its extension to .hbs (instead of .svg)partials/icons/pinterest.hbs
, It should look like this:partials/social-media-icons.hbs
and add the iconlocales/
directory.locales
folder with the language ISO Code code. So, if the new language is Spanish, the new file name will be es.json
.en.json
file content into your new file and start to translate each line. The key is plain English that exists in all translation files and should not be changed. You should change only the value.es
in this example)..button--primary
.button--secondary
/assets/sass/
& /assets/js/
directories. These will get compiled to /assets/built/
automatically.dist/<theme-name>-<version>.zip
.partials/footer.hbs
file at lines 25 & 28.default.hbs
and add class color-scheme--dark
to the HTML tag as shown below.original
: This will have the original thememaster
: This will have your customized themeoriginal
branch.master
branch and rebase as shown: