Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/varia.website
This commit is contained in:
commit
e4d6849897
@ -1,12 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
# CET/CAT Website
|
# Varia website
|
||||||
|
|
||||||
## Cloning
|
## Cloning
|
||||||
|
|
||||||
The folder 'plugins' is linked to the Pelican project '[pelican-plugins](https://github.com/getpelican/pelican-plugins/commit/443739890a96125f4cfa796972a7b53119df89ff)' repository. To clone both the varia.website and pelican-plugins repository, add the --recurse-submodules option in your git clone command:
|
The folder 'plugins' is linked to the Pelican project '[pelican-plugins](https://github.com/getpelican/pelican-plugins/commit/443739890a96125f4cfa796972a7b53119df89ff)' repository. To clone both the varia.website and pelican-plugins repository, add the --recurse-submodules option in your git clone command:
|
||||||
|
|
||||||
`git clone https://git.vvvvvvaria.org/varia/varia.manual.git --recurse-submodules`
|
`git clone https://git.vvvvvvaria.org/varia/varia.website.git --recurse-submodules`
|
||||||
|
|
||||||
## Update submodules
|
## Update submodules
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@ pre{
|
|||||||
}
|
}
|
||||||
.hentry .article-info .entry-title a{
|
.hentry .article-info .entry-title a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
8}
|
||||||
/* ascii art styling */
|
/* ascii art styling */
|
||||||
.hentry pre{
|
.hentry pre{
|
||||||
font-size: 14.4px;
|
font-size: 14.4px;
|
||||||
@ -272,4 +272,9 @@ pre{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* add a monochrome filter over past events */
|
||||||
|
.past-event{
|
||||||
|
filter:opacity(0.1);
|
||||||
|
/*filter: url("/images/filter.svg#monochrome");
|
||||||
|
-webkit-filter: url("/images/filter.svg#monochrome");*/
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user