added users and onboarding
This commit is contained in:
parent
0b00bef7d8
commit
4523db7159
13 changed files with 155 additions and 40 deletions
4
werc/sites/ppl.thirdculture.top/2fac/_werc/config
Normal file
4
werc/sites/ppl.thirdculture.top/2fac/_werc/config
Normal file
|
@ -0,0 +1,4 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
||||
conf_enable_cssedit 2fac
|
||||
css_file='_werc/style.css'
|
1
werc/sites/ppl.thirdculture.top/2fac/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/2fac/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/2fac/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/2fac/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=2fac
|
||||
blogTitle='2fac Feed'
|
||||
blogDesc=''
|
|
@ -1,39 +1 @@
|
|||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #E4F0FEff;
|
||||
--color-secondary: #AEA3F0ff;
|
||||
--color-accent: #A4D1ADff;
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #000300ff;
|
||||
--bg-secondary: #1C202Fff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #E4F0FEff;
|
||||
--text-secondary: #989898ff;
|
||||
--text-accent: #AEA3F0ff;
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:#AEA3F0ff;
|
||||
--header-secondary: #AEA3F0ff;
|
||||
--header-tertiary: #A4D1ADff;
|
||||
--header-other: #E4F0FEff;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #2667deff;
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: #C0CEE8ff;
|
||||
--border-secondary: #0C072Cff;
|
||||
--border-image: #000300ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: #AEA3F0ff;
|
||||
--header-text: #0C072Cff;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: 'rumeur', sans-serif;
|
||||
--font-body: verdana, helvetica, arial, sans-serif;
|
||||
}
|
||||
/* Put custom styles here */
|
||||
|
|
|
@ -2,5 +2,5 @@ conf_enable_wiki
|
|||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=bea
|
||||
blogTitle=''
|
||||
blogTitle='bea Feed'
|
||||
blogDesc=''
|
||||
|
|
4
werc/sites/ppl.thirdculture.top/drool/_werc/config
Normal file
4
werc/sites/ppl.thirdculture.top/drool/_werc/config
Normal file
|
@ -0,0 +1,4 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
||||
conf_enable_cssedit drool
|
||||
css_file='_werc/style.css'
|
1
werc/sites/ppl.thirdculture.top/drool/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/drool/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/drool/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/drool/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=drool
|
||||
blogTitle='drool Feed'
|
||||
blogDesc=''
|
|
@ -33,5 +33,12 @@
|
|||
<div class="grid-item">
|
||||
<a href="/bea/"><img src="/_werc/pub/img/but/bea.gif" alt="bea" /></a>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<a href="/drool/"><img src="/_werc/pub/img/but/drool.gif" alt="drool" /></a>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<a href="/2fac/"><img src="/_werc/pub/img/but/2fac.gif" alt="2fac" /></a>
|
||||
</div>
|
||||
<!-- BUTTONS -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Getting Organized
|
||||
-------------------------------------
|
||||
|
||||
Currently [https://git.thirdculture.top](https://git.thirdculture.top) has a shortlist of issues I want to solve before I start creating more content for thirdculture. Just finished it today, going to start on it today. Happy to see people adding to the site and its not just me, feels great. Want to write a bit more guides on how to use specific things as this software is a bit prone to messing up and markdown is a coding language I guess, its (friendly) anarchy right now haha. Having a lot of issues with syncing new changes on the site and then patching in my own fixes that's a major priority for me right now. Anyway bear with me, I also got a live mix to fix up still, an album to mix and master and school the latter being the most noise :(.
|
Loading…
Add table
Add a link
Reference in a new issue