aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-02 02:37:30 +0300
committerCem Keylan <cem@ckyln.com>2021-02-02 02:42:34 +0300
commitdc3edbc26c28205b5ccf697ff3ef2acd001e1a5d (patch)
tree9f1ed915fbfc9762e72939a17dfecf38e8db9408 /README.md
downloadcarbslinux-style-dc3edbc26c28205b5ccf697ff3ef2acd001e1a5d.tar.gz
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7d9f0ce
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+Common style for Carbs Linux projects
+=====================================
+
+This is an ongoing style project for sharing certain elements in-between
+projects. This currently includes only the stylesheet for the website, but
+others will be added for both `stagit` and GNU Texinfo manuals.
+
+
+Build
+-----
+
+Building the stylesheet requires `sassc`, which is packaged in Carbs Linux
+repositories. However, the generated stylesheets are also tracked in the
+repository, so there is no need to rebuild them unless you edit the `scss`
+files. You can run `make` after a change to rebuild these files.