mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
commit
171c770988
@ -1,3 +1,4 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /vault/
|
Disallow: /vault/
|
||||||
Disallow: /auditorium/
|
Disallow: /auditorium/
|
||||||
|
Disallow: /legal-notice/
|
||||||
|
@ -24,6 +24,4 @@ We are happy to work with [NLnet Foundation][nlnet-foundation]{: target="_blank"
|
|||||||
|
|
||||||
*Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch.
|
*Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch.
|
||||||
|
|
||||||
[hioffen@posteo.de][hioffen@posteo.de]
|
[hioffen@posteo.de](mailto:hioffen@posteo.de) [[GPG Key]](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"}
|
||||||
|
|
||||||
[hioffen@posteo.de]: mailto:hioffen@posteo.de
|
|
||||||
|
@ -26,9 +26,6 @@ THEME = './theme'
|
|||||||
# Delete the output directory before generating new files.
|
# Delete the output directory before generating new files.
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
PLUGIN_PATHS = ['./plugins']
|
|
||||||
PLUGINS = ['assets']
|
|
||||||
|
|
||||||
# dont create following standard pages
|
# dont create following standard pages
|
||||||
AUTHORS_SAVE_AS = None
|
AUTHORS_SAVE_AS = None
|
||||||
ARCHIVES_SAVE_AS = None
|
ARCHIVES_SAVE_AS = None
|
||||||
@ -38,9 +35,15 @@ TAGS_SAVE_AS = None
|
|||||||
# keep this for access to page variable
|
# keep this for access to page variable
|
||||||
DIRECT_TEMPLATES = []
|
DIRECT_TEMPLATES = []
|
||||||
|
|
||||||
|
PLUGIN_PATHS = ['./plugins']
|
||||||
|
PLUGINS = ['assets']
|
||||||
|
|
||||||
|
|
||||||
GITHUB_ORG = 'https://github.com/offen'
|
GITHUB_ORG = 'https://github.com/offen'
|
||||||
CONTACT_EMAIL = 'hioffen@posteo.de'
|
CONTACT_EMAIL = 'hioffen@posteo.de'
|
||||||
GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
||||||
PATREON_URL = 'https://www.patreon.com/bePatron?u=21484999'
|
PATREON_URL = 'https://www.patreon.com/offen'
|
||||||
|
LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen'
|
||||||
|
TWITTER_URL = 'https://twitter.com/hioffen'
|
||||||
|
|
||||||
OFFEN_ACCOUNT_ID = '9b63c4d8-65c0-438c-9d30-cc4b01173393'
|
OFFEN_ACCOUNT_ID = '9b63c4d8-65c0-438c-9d30-cc4b01173393'
|
||||||
|
@ -145,7 +145,7 @@ CARDS
|
|||||||
margin: 0 0 2px 0;
|
margin: 0 0 2px 0;
|
||||||
}
|
}
|
||||||
.footer-card:nth-child(1),
|
.footer-card:nth-child(1),
|
||||||
.footer-card:nth-child(2) {
|
.footer-card:nth-child(3) {
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
}
|
}
|
||||||
/* Mobile Styles */
|
/* Mobile Styles */
|
||||||
@ -184,12 +184,13 @@ CARDS
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.footer-card:nth-child(1),
|
.footer-card:nth-child(1),
|
||||||
.footer-card:nth-child(2) {
|
.footer-card:nth-child(2),
|
||||||
|
.footer-card:nth-child(3) {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
.footer-card:nth-child(3) {
|
.footer-card:nth-child(4) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
flex-grow: 10;
|
flex-grow: 8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,8 +130,16 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="{{PATREON_URL}}" rel="noopener" target="_blank">Patreon</a>
|
<a href="{{PATREON_URL}}" rel="noopener" target="_blank">Patreon</a>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer-card">
|
||||||
<p>
|
<p>
|
||||||
<a href="/legal-notice/" rel="noopener">Legal Notice</a>
|
<a href="{{LINKEDIN_URL}}" rel="noopener" target="_blank">LinkedIn</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="{{TWITTER_URL}}" rel="noopener" target="_blank">Twitter</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="/legal-notice/">Legal Notice</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-card">
|
<div class="footer-card">
|
||||||
|
Loading…
Reference in New Issue
Block a user