switch to logos docu v1

This commit is contained in:
amirhouieh 2023-06-06 15:22:28 +02:00
parent 4e556de960
commit baafec26c9
34 changed files with 14645 additions and 275 deletions

14
Jenkinsfile vendored
View File

@ -19,11 +19,10 @@ pipeline {
CONTENT_SOURCE_URL = '../src'
GIT_COMMITTER_NAME = 'status-im-auto'
GIT_COMMITTER_EMAIL = 'auto@status.im'
/* dev page settings
* TODO: update DEV_SITE env var and uncomment it before the build */
DEV_SITE = 'dev.afaik.institute'
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
SCP_OPTS = 'StrictHostKeyChecking=no'
PROD_SITE = 'acid.info'
DEV_SITE = 'dev.acid.info'
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
SCP_OPTS = 'StrictHostKeyChecking=no'
}
stages {
@ -40,7 +39,7 @@ pipeline {
stage('Install') {
steps {
dir('builder') {
sh 'yarn install'
sh 'yarn install'
}
}
}
@ -48,7 +47,8 @@ pipeline {
stage('Build') {
steps {
dir('builder') {
sh 'yarn build'
sh 'yarn build'
sh "echo ${env.PROD_SITE} > out/CNAME"
}
}
}

View File

@ -1,13 +1,46 @@
- [Description](#description)
- [How to Run Locally](#how-to-run-locally)
- [Configuration](#configuration)
- [Customization](#customization)
## Description
Content of `[your-site]` website
This repository contains the content of your documentation website.
## Practical notes
- Please keep this repo clean and for markdown content ONLY
- In case you have any issue with rendering, how website looks (design), etc, please file an issue on [logos website builder](https://github.com/acid-info/logos-site-builder/issues). And/or feel free to contact Amir.
## How to Run Locally
## Process
1. Clone this repo for a new website (click on use this template)
2. Adjust the Jekinfile: Update DEV_SITE environment variable in the Jenkinsfile in the clone logos site-builder content template with your domain, such as dev.domain.com and uncomment it before the build.
3. Add your domain name to CNAME file located in `/statis-assets/`CNAME`
4. Create a issue and assign to @serhanwbahar to take care of deployment
1. Clone this repository.
2. Install the dependencies:
```bash
$ yarn
```
3. Start and open the website in your browser:
```bash
$ yarn start
```
## Configuration
Edit the `docusaurus.config.js` file in the repository's root directory, and update the value of the `businessUnit` field in presets section; below is a list of valid values:
- Logos
- Codex
- Waku
Example:
```js
presets: [
[
'@acid-info/logos-docusaurus-preset',
{
businessUnit: 'Codex',
},
],
],
```
This is probably enough in most cases, as the Logos plugins will fill in other configurations related to the specified business unit. If you find any error in the information coming from Logos Plugins, please head over to [Logos Docusaurus Plugins](https://github.com/acid-info/logos-docusaurus-plugins) and create an issue.
## Customization
You can find the instructions on adding more documentation sections, localization, and versioning on the [Docusaurus](https://docusaurus.io/docs) website.
> Note that theme customization is limited; for further instructions on customizing your theme, head over to [Logos Docusaurus Theme](https://github.com/acid-info/logos-docusaurus-plugins/tree/main/packages/logos-docusaurus-theme/).

View File

@ -1,32 +0,0 @@
---
title: About
category: page
---
## Quod per
Differt intrat purpura: habitandae sic! Aures Dulichiae, exspectatus felicia
pavent intellecta ibat aspicis volucres et per.
> Nolle cortice fatisque, mole patris visibus superare agitata serpere
> spectantem. Funera loca mihi sed [urnam
> ulterius](http://tectus.net/additisveniam) sunt Peleu soluto; Augusto via.
> Tibi vix et nec sua poma accingitur; ipsas culpam cornus: paludes Tereus!
> Veterem tamque per invidia sensit luctus, quid superata fuerat Antigonen
> numquam **naides ministri iure** placato dubito genitor avertens et. Pomo
> surgit et et esset et modo.
## Mitia prospectet fugit vel tutaeque abiit opus
## Si Libys transformat fuerat dederatque mergor
Lorem markdownum Euboico quis si hac aemulus, corporis intus; illi times
[mercede](http://quamvis.org/indeproxima.html). Hunc nato conclamat Pulchrior
quo. Qui tandem Venus, inque quos urbe durasse bracchia suo. Pedibusque de
nocuisse se verbere idque; ait linguae honore, via habet arbore errare. Erat ubi
dum regna sceleri: meus obsidis felix undas adopertaque ortu.
1. Convaluit esse vipereasque tibi fortis sponte
2. Partibus tendentem poenam sumpsisse ab nisi
3. Limina quodcunque saepe cum bracchia patremque tale
4. Credidit in auras murum

3
babel.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve("@docusaurus/core/lib/babel/preset")],
};

View File

@ -1,66 +0,0 @@
{
"theme": {
"palettes": {
"dark": {
"background": "#1F1E42",
"text": "#F3DDC3",
"accentActive": "#7187FF",
"accentMute": "#49445C"
},
"light": {
"background": "#F3DDC3",
"text": "#1F1E42",
"accentActive": "#7187FF",
"accentMute": "#C9B7A9"
}
},
"fontFamily": "monospace",
"codeTheme": "prism/duotone-dark"
},
"template": "default",
"static_assets_folder": "static-assets",
"navigation": {
"home": "main.md",
"fileOrdersInSidenav": [
"main.md",
"about.md"
],
"folderOrdersInSidenav": [],
"external_links": [
{
"text": "Blog",
"url": "https://vac.dev/research",
"category": "Links"
}
]
},
"ds_id": "waku",
"seo": {
"title": "title of your site",
"description": "description of your site",
"image": "your-site-preview-image.png",
"url": "https://yoursitedomain.org",
"social_media": [
{
"provider": "twitter",
"handler": "your_tw_handler"
},
{
"provider": "discord",
"handler": "your_dsc_handler"
},
{
"provider": "github",
"handler": "your_gh_handler"
},
{
"provider": "telegram",
"handler": "waku_org"
},
{
"provider": "discourse",
"handler": "your_disc_address"
}
]
}
}

20
docs/index.md Normal file
View File

@ -0,0 +1,20 @@
---
title: Manifesto
---
Acid is designing the future.
The future is a second enlightenment of the digital world.
The future is people-powered software, geared for liberation.
Acid does not care who you are, anon.
We do not care about your name, gender, race or nationality. In our world idea = idea and the message is the message. Our utopia is private, modular, decentralised, collective, meaningful.
Dont forget they are lying to you. The human spirit is not dead, the map is not the territory. We are proof of the power born from discovering together: a nomadic war machine in cyberspace, on a mission to create technology that supports freedom, justice and innovation for all.
We believe no one is free until we are all free, because no one is an island: we are all pieces of the main.
If we are your people, [join us](/join-us).
FREE YOUR MIND - 🙂

View File

@ -0,0 +1,23 @@
---
title: Community Marketing & Communications Strategist
---
# Community Marketing & Communications Strategist
[Acid.info](http://Acid.info) needs a community marketing and communications strategy wizard to join its Movement Building and Campaign Activation unit. The chosen applicant will be tasked with developing a clear, purpose-driven communications strategy for multiple teams under the wider organizations umbrella. Were looking for an inspiring, motivating, impactful and energetic individual to take the reigns and reflect these qualities and our political philosophy across all future communications.
We are building a grassroots movement to create technological alternatives to oppressive systems of societal control. Vehemently anti-censorship, anti-surveillance and anti-authoritarian, we support basic human rights via the creation of opt-in alternatives to traditional power structures.
Working alongside experienced activists, our dream candidate is one who firmly aligns with our political and philosophical ethos. Were not looking for someone that is just “into crypto/web3” but an individual that lives and breathes cypherpunk ideals and shows a passion for disruption through unconventional means.
### About Acid.info
[Acid.info](http://Acid.info) is a creative design studio within Logos. It serves as the organizations communications hub and is made up of designers, coders, linguists, dreamers and revolutionaries. The department takes a brutalist approach to the creation process, favoring impactful designs over superfluous detail that risks diluting or warping the overall message.
### About Logos
Logos emerges from and builds upon the mission undertaken by Status. More overtly political than its predecessor, Logos creates digital infrastructure to emancipate those shut out of global society by oppressive governments, economic circumstances or Big Tech overreach. The collectives long-term goal is the formation of a network state—a purpose-driven community living within an opt-in alternative system to that of the nation state.
To learn more about Logos, consult this [handbook](https://github.com/acid-info/public-assets/blob/master/logos-manual.pdf).
Got what it takes? Check the expanded [job description](https://grnh.se/bd98c8601us), apply and join us.

View File

@ -0,0 +1,23 @@
---
title: Creative Visual Designer
---
# Creative Visual Designer
[Acid.info](http://acid.info/) needs an innovative creative visual designer to join its Technology and Design Studio. The chosen candidate will be tasked with developing and implementing a wide range of digital designs for our websites, from concept development to wireframing and interactive prototypes. Your work should reflect our design philosophy while also pushing our design systems boundaries.
We are building a grassroots movement creating technological alternatives to oppressive systems of societal control. Vehemently anti-censorship, anti-surveillance and anti-authoritarian, we support basic human rights via the creation of opt-in alternatives to traditional power structures.
Working alongside experienced activists, our dream candidate is one who firmly aligns with our political and philosophical ethos. Were not looking for someone that is just “into crypto/web3” but an individual that lives and breathes cypherpunk ideals and shows a passion for disruption through unconventional means.
### About [Acid.info](http://acid.info/)
[Acid.info](http://acid.info/) is a creative design studio within Logos. It serves as the organizations communications hub and is made up of designers, coders, linguists, dreamers and revolutionaries. The department takes a brutalist approach to the creation process, favoring impactful designs over superfluous detail that risks diluting or warping the overall message.
### About Logos
Logos emerges from and builds upon the mission undertaken by Status. More overtly political than its predecessor, Logos creates digital infrastructure to emancipate those shut out of global society by oppressive governments, economic circumstances or Big Tech overreach. The collectives long-term goal is the formation of a network state—a purpose-driven community living within an opt-in alternative system to that of the nation state.
To learn more about Logos, consult this [handbook](https://github.com/acid-info/public-assets/blob/master/logos-manual.pdf).
Got what it takes? Check the expanded [job description](https://grnh.se/19226f881us), apply and join us.

View File

@ -0,0 +1,23 @@
---
title: Digital Communications Lead
---
# Digital Communications Lead
[Acid.info](http://Acid.info) needs a seasoned Digital Communications Lead to join its Movement Building and Campaign Activation unit. Derived from our political philosophy, the message you help formulate will be central to everything we do. If youre a communications mage and natural storyteller, capable of delivering a complex narrative in the most impactful way, this could be the gig for you.
We are building a grassroots movement to create technological alternatives to oppressive systems of societal control. Vehemently anti-censorship, anti-surveillance and anti-authoritarian, we support basic human rights via the creation of opt-in alternatives to traditional power structures.
Working alongside experienced activists, our dream candidate is one who firmly aligns with our political and philosophical ethos. Were not looking for someone that is just “into crypto/web3” but an individual that lives and breathes cypherpunk ideals and shows a passion for disruption through unconventional means.
### About Acid.info
[Acid.info](http://Acid.info) is a creative design studio within Logos. It serves as the organizations communications hub and is made up of designers, coders, linguists, dreamers and revolutionaries. The department takes a brutalist approach to the creation process, favoring impactful designs over superfluous detail that risks diluting or warping the overall message.
### About Logos
Logos emerges from and builds upon the mission undertaken by Status. More overtly political than its predecessor, Logos creates digital infrastructure to emancipate those shut out of global society by oppressive governments, economic circumstances or Big Tech overreach. The collectives long-term goal is the formation of a network state—a purpose-driven community living within an opt-in alternative system to that of the nation state.
To learn more about Logos, consult this [handbook](https://github.com/acid-info/public-assets/blob/master/logos-manual.pdf).
Got what it takes? Check the expanded [job description](https://grnh.se/74e626161us), apply and join us.

View File

@ -0,0 +1,23 @@
---
title: Grassroots Community Organizer
---
# Grassroots Community Organizer
[Acid.info](http://Acid.info) is eager to bring a passionate, driven grassroots community organizer onboard to steer our political movement-building operations. Our ideal candidate will nurture our fledgling community of volunteers, core contributors and activists as we embark on our mission to rebuild humanitys future with liberation-geared, people-powered software.
Were building a grassroots movement to create technological alternatives to oppressive systems of societal control. Vehemently anti-censorship, anti-surveillance and anti-authoritarian, we support basic human rights via the creation of opt-in alternatives to traditional power structures.
Working alongside experienced activists, our dream candidate is one who firmly aligns with our political and philosophical ethos. Were not looking for someone that is just “into crypto/web3” but an individual that lives and breathes cypherpunk ideals and shows a passion for disruption through unconventional means.
### About Acid.info
[Acid.info](http://Acid.info) is a creative design studio within Logos. It serves as the organizations communications hub and is made up of designers, coders, linguists, dreamers and revolutionaries. The department takes a brutalist approach to the creation process, favoring impactful designs over superfluous detail that risks diluting or warping the overall message.
### About Logos
Logos emerges from and builds upon the mission undertaken by Status. More overtly political than its predecessor, Logos creates digital infrastructure to emancipate those shut out of global society by oppressive governments, economic circumstances or Big Tech overreach. The collectives long-term goal is the formation of a network state—a purpose-driven community living within an opt-in alternative system to that of the nation state.
To learn more about Logos, consult this [handbook](https://github.com/acid-info/public-assets/blob/master/logos-manual.pdf).
Got what it takes? Check the expanded [job description](https://grnh.se/faafa9311us), apply and join us.

View File

@ -0,0 +1,22 @@
---
title: Head of Copy
---
# Head of Copy
[Acid.info](http://Acid.info) is hunting for an experienced, creative Head of Copy to oversee the content production process across various mediums, including digital, print and social media. The chosen candidate will lead our copywriting and technical documentation efforts, supporting the wider organizations communication needs.
We're building a grassroots movement to create technological alternatives to oppressive systems of societal control. Vehemently anti-censorship, anti-surveillance and anti-authoritarian, we support basic human rights via the creation of opt-in alternatives to traditional power structures.
Working alongside experienced activists, our dream candidate is one who firmly aligns with our political and philosophical ethos. Were not looking for someone that is just “into crypto/web3” but an individual that lives and breathes cypherpunk ideals and shows a passion for disruption through unconventional means.
### About Acid.info
[Acid.info](http://Acid.info) is a creative design studio within Logos. It serves as the organizations communications hub and is made up of designers, coders, linguists, dreamers and revolutionaries. The department takes a brutalist approach to the creation process, favoring impactful designs over superfluous detail that risks diluting or warping the overall message.
### About Logos
Logos emerges from and builds upon the mission undertaken by Status. More overtly political than its predecessor, Logos creates digital infrastructure to emancipate those shut out of global society by oppressive governments, economic circumstances or Big Tech overreach. The collectives long-term goal is the formation of a network state—a purpose-driven community living within an opt-in alternative system to that of the nation state.
To learn more about Logos, consult this [handbook](https://github.com/acid-info/public-assets/blob/master/logos-manual.pdf).
Got what it takes? Check the expanded [job description](https://grnh.se/8bbb79361us), apply and join us.

10
docs/join-us/index.md Normal file
View File

@ -0,0 +1,10 @@
---
title: Join Us
---
- [Community Marketing & Communications Strategist](/join-us/community-marketing-&-communications-strategist)
- [Creative Visual Designer](/join-us/creative-visual-designer)
- [Digital Communications Lead](/join-us/digital-communications-lead)
- [Grassroots Community Organizer](/join-us/grassroots-community-organizer)
- [Head of Copy](/join-us/head-of-copy)
- [Studio Design Lead](/join-us/senior-ui-designer)
- [Web Developer](/join-us/web-developer)

View File

@ -0,0 +1,22 @@
---
title: Studio Design Lead
---
# Studio Design Lead
[Acid.info](http://Acid.info) needs a web UI/UX design veteran & a design researcher to lead our teams efforts. The chosen candidate will work closely with the studio lead and oversee all aspects of the design process—from R&D to prototyping and production. Alongside the skills to develop and maintain a state-of-the-art design system with diverse themes, the ability to manage the wider design team while creating a culture of collaboration and creativity is vital.
We're building a grassroots movement to create technological alternatives to oppressive systems of societal control. Vehemently anti-censorship, anti-surveillance and anti-authoritarian, we support basic human rights via the creation of opt-in alternatives to traditional power structures.
Working closely with experienced activists, our ideal candidate is one who firmly aligns with our political and philosophical ethos. Were not looking for someone that is just “into crypto/web3” but an individual that lives and breathes cypherpunk ideals and shows a passion for disruption through unconventional means.
### About Acid.info
[Acid.info](http://Acid.info) is a creative design studio within Logos. It serves as the organizations communications hub and is made up of designers, coders, linguists, dreamers and revolutionaries. The department takes a brutalist approach to the creation process, favoring impactful designs over superfluous detail that risks diluting or warping the overall message.
### About Logos
Logos emerges from and builds upon the mission undertaken by Status. More overtly political than its predecessor, Logos creates digital infrastructure to emancipate those shut out of global society by oppressive governments, economic circumstances or Big Tech overreach. The collectives long-term goal is the formation of a network state—a purpose-driven community living within an opt-in alternative system to that of the nation state.
To learn more about Logos, consult this [handbook](https://github.com/acid-info/public-assets/blob/master/logos-manual.pdf).
Got what it takes? Check the expanded [job description](https://grnh.se/cf485f471us), apply and join us.

View File

@ -0,0 +1,23 @@
---
title: Web Developer
category: jobs
---
# Web Developer
[Acid.info](http://Acid.info) needs an elite web developer to support our communications strategy and take responsibility for the development and technical maintenance of various web-based projects. Working closely with the communications hubs development team, studio lead and design team, our chosen candidate will make decisions on code architecture, conduct testing and select an optimum technology stack, as well as other related tasks.
We're building a grassroots movement to create technological alternatives to oppressive systems of societal control. Vehemently anti-censorship, anti-surveillance and anti-authoritarian, we support basic human rights via the creation of opt-in alternatives to traditional power structures.
Working alongside experienced activists, our dream hire is one who firmly aligns with our political and philosophical ethos. Were not looking for someone that is just “into crypto/web3” but an individual that lives and breathes cypherpunk ideals and shows a passion for disruption through unconventional means.
### About Acid.info
[Acid.info](http://Acid.info) is a creative design studio within Logos. It serves as the organizations communications hub and is made up of designers, coders, linguists, dreamers and revolutionaries. The department takes a brutalist approach to the creation process, favoring impactful designs over superfluous detail that risks diluting or warping the overall message.
### About Logos
Logos emerges from and builds upon the mission undertaken by Status. More overtly political than its predecessor, Logos creates digital infrastructure to emancipate those shut out of global society by oppressive governments, economic circumstance or Big Tech overreach. The collectives long-term goal is the formation of a network state—a purpose-driven community living within an opt-in alternative system to that of the nation state.
To learn more about Logos, consult this [handbook](https://github.com/acid-info/public-assets/blob/master/logos-manual.pdf).
Got what it takes? Check the expanded [job description](https://grnh.se/37bd93c91us), apply and join us.

102
docusaurus.config.js Normal file
View File

@ -0,0 +1,102 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
require('dotenv').config()
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Afaik.institute',
url: 'https://afaik.institute',
baseUrl: '/',
markdown: {
mermaid: true,
},
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
},
presets: [
[
'@acid-info/logos-docusaurus-preset',
/** @type {import('@acid-info/logos-docusaurus-preset').PluginOptions} */
({
businessUnit: 'Logos',
theme: {
name: 'default',
options: {
customCss: [require.resolve('./src/css/custom.scss')],
},
},
docs: {
routeBasePath: '/',
},
}),
],
],
themes: ['@docusaurus/theme-mermaid'],
themeConfig:
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
({
navbar: {
hideOnScroll: true,
items: [
{
type: 'search',
},
{
label: 'Github',
href: 'https://github.com/acid-info',
},
],
},
footer: {
copyright: 'afaik.institute @2023<br/>All Rights Reserved.',
links: [
{
items: [
{
href: 'https://twitter.com/acid-info',
label: 'Twitter',
},
{
href: 'https://discord.gg/<DISCORD_HANDLE>',
label: 'Discord',
},
{
href: '/',
label: 'Docs',
},
{
href: 'https://github.com/<GITHUB_HANDLE>',
label: 'Github',
},
],
},
{
items: [
{
href: '/',
label: 'Contact us',
},
{
href: 'https://jobs.status.im/',
label: 'Work with us',
},
{
href: '/terms',
label: 'Terms & conditions',
},
],
},
],
}
}),
}
module.exports = config

View File

@ -1,70 +0,0 @@
```ascii
+--------------------------------------------------------+ +------------------------------------------------------+
| | | |
| | | |
| VAC | | CODEX |
| | | +--------------+ |
| | | | | |
| +----------------+ +------------------+ | | | | |
| | | | | | | | | |
| | | | PROTOCOL | | +-----+--------+ RESEARCH | |
| | PRINCIPLES +-----+----+ DEVELOPMENT | | | | | | |
| | | | | PROCESS | | | | | | +-------------+ |
| | | | | | | | | | | | | |
| +----------------+ | +------------------+ | | | +--------------+ | | |
| | | | | | OPINIATED | |
| | | | | +------> PRODUCTS | |
| | | | | | | | |
| | | | | +--------------+ | | | |
| +-------------v---------------+ | | | | | | | | |
| | <------------+----+ | | | | +-------------+ |
| | | | | | +-----+ |
| | AGNOSTIC SPECIFICATIONS | | | | ENGINEERING | |
| | +------------+----------+--------> | |
| | | | | | | |
| +-------------+---------------+ | | | | |
| | | | +--------------+ |
| | | | |
| | | | |
+---------------------------+----------------------------+ +------------------------------------------------------+
|
|
|
|
v
+----------------------------+
| |
| |
| UNOPINIONATED PROTOCOLS |
| |
| |
+----------------------------+
```
Normal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal textNormal text.
```paragraph
The Pyramid of Sahure (Ancient Egyptian: Ḫꜥỉ-bꜣ Sꜣḥw-Rꜥ, lit.'Rising of the ba of Sahure'; Arabic: هرم ساحورع, romanized: Haram Sahawrae) is a pyramid complex built in the late 26th to 25th century BC for the Egyptian pharaoh Sahure of the Fifth Dynasty.[10][a] It introduced a period of pyramid building by Sahure's successors in Abusir, on a location earlier used by Userkaf for his sun temple. The site was first thoroughly excavated by Ludwig Borchardt between March 1907 and 1908, who wrote the standard work Das Grabdenkmal des Königs Sahu-Re (English: The Funerary Monument of King Sahure) between 1910 and 1913.
The pyramid complex's layout was adopted by succeeding kings of the Fifth and Sixth Dynasties, marking a milestone in pyramid complex construction. Compared to the preceding Fourth Dynasty, the immensity of the constructions was dramatically reduced but, in tandem, the decorative programme proliferated and temples were augmented by enlarged storeroom complexes. The complex is estimated to.
```
```mermaid
sequenceDiagram
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
```
![Drag Racing](./static-assets/image-1.jpeg)
```tsx
const sum = (a, b) => {
return a+b;
}
console.log(sum(2+2));
```

53
package.json Normal file
View File

@ -0,0 +1,53 @@
{
"name": "logos-docusaurus-docs-template",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
},
"dependencies": {
"@acid-info/logos-docusaurus-preset": "^1.0.0-alpha.19",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"dotenv": "^16.0.3",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.62.1",
"tsdx": "^0.14.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.4"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}

View File

@ -1,36 +0,0 @@
---
title: research
---
# Saepe ne iura
Differt intrat purpura: habitandae sic! Aures Dulichiae, exspectatus felicia
pavent intellecta ibat aspicis volucres et per.
> Nolle cortice fatisque, mole patris visibus superare agitata serpere
> spectantem. Funera loca mihi sed [urnam
> ulterius](http://tectus.net/additisveniam) sunt Peleu soluto; Augusto via.
> Tibi vix et nec sua poma accingitur; ipsas culpam cornus: paludes Tereus!
> Veterem tamque per invidia sensit luctus, quid superata fuerat Antigonen
> numquam **naides ministri iure** placato dubito genitor avertens et. Pomo
> surgit et et esset et modo.
## Mitia prospectet fugit vel tutaeque abiit opus
Ira ducum, requiescit conatur **occupat sacros adigitque** oculos fontem.
Ferventibus pretium cuius. Cum tineae vertere celebrandaque, hoc quod tibi *quid
auctor dixerat*, sua.
Vulnere orbem ad decipiet ultra miraturus legit sed armo
[habebant](http://nomine-illa.io/non-qua.php)! Et rumpunt ferro est fetum, in
est expellitque lateat! Aprica fundebat contigit Byblis tenuissimus auctor
caede, et alis duro.
Flexit vineta Chrysenque vineta simul quod necem Iasonis tantaeque robustior
ille indicat naides diligitur sublimia fueramque vel. Nomen est in sed praeterit
veras tempora, Iove hausta? Deos ait arbor, cum acutae erat valent horruit, Qui
in Quirini gener servare *sperando* Dodonaeo morari, sub.
Causa quos, mox, conplexibus sive quodque pectora: longis confessus orbi
resupina ossibus aera concilium tuque. Vulnus flumina. Prima ut Phineus anum
cornibus sentite tonitribus super. Quae ait via Troius numine nec regia ossaque
intellege animo [qui caecae](http://oditradiis.com/) motamque, erat **colubras
dicta** dies.

View File

@ -1,54 +0,0 @@
---
title: An amazing blog post
category: research
---
# Saepe ne iura
## Si Libys transformat fuerat dederatque mergor
Lorem markdownum Euboico quis si hac aemulus, corporis intus; illi times
[mercede](http://quamvis.org/indeproxima.html). Hunc nato conclamat Pulchrior
quo. Qui tandem Venus, inque quos urbe durasse bracchia suo. Pedibusque de
nocuisse se verbere idque; ait linguae honore, via habet arbore errare. Erat ubi
dum regna sceleri: meus obsidis felix undas adopertaque ortu.
1. Convaluit esse vipereasque tibi fortis sponte
2. Partibus tendentem poenam sumpsisse ab nisi
3. Limina quodcunque saepe cum bracchia patremque tale
4. Credidit in auras murum
## Quod per
Differt intrat purpura: habitandae sic! Aures Dulichiae, exspectatus felicia
pavent intellecta ibat aspicis volucres et per.
> Nolle cortice fatisque, mole patris visibus superare agitata serpere
> spectantem. Funera loca mihi sed [urnam
> ulterius](http://tectus.net/additisveniam) sunt Peleu soluto; Augusto via.
> Tibi vix et nec sua poma accingitur; ipsas culpam cornus: paludes Tereus!
> Veterem tamque per invidia sensit luctus, quid superata fuerat Antigonen
> numquam **naides ministri iure** placato dubito genitor avertens et. Pomo
> surgit et et esset et modo.
## Mitia prospectet fugit vel tutaeque abiit opus
Ira ducum, requiescit conatur **occupat sacros adigitque** oculos fontem.
Ferventibus pretium cuius. Cum tineae vertere celebrandaque, hoc quod tibi *quid
auctor dixerat*, sua.
Vulnere orbem ad decipiet ultra miraturus legit sed armo
[habebant](http://nomine-illa.io/non-qua.php)! Et rumpunt ferro est fetum, in
est expellitque lateat! Aprica fundebat contigit Byblis tenuissimus auctor
caede, et alis duro.
Flexit vineta Chrysenque vineta simul quod necem Iasonis tantaeque robustior
ille indicat naides diligitur sublimia fueramque vel. Nomen est in sed praeterit
veras tempora, Iove hausta? Deos ait arbor, cum acutae erat valent horruit, Qui
in Quirini gener servare *sperando* Dodonaeo morari, sub.
Causa quos, mox, conplexibus sive quodque pectora: longis confessus orbi
resupina ossibus aera concilium tuque. Vulnus flumina. Prima ut Phineus anum
cornibus sentite tonitribus super. Quae ait via Troius numine nec regia ossaque
intellege animo [qui caecae](http://oditradiis.com/) motamque, erat **colubras
dicta** dies.

33
sidebars.js Normal file
View File

@ -0,0 +1,33 @@
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
*/
}
module.exports = sidebars

View File

@ -0,0 +1 @@
export * from '@acid-info/logos-docusaurus-theme/lib/client/components/mdx'

4
src/css/custom.scss Normal file
View File

@ -0,0 +1,4 @@
:root {
// temporary adjustment
--ifm-font-weight-bold: 600;
}

View File

@ -1 +0,0 @@
afaik.institute

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

BIN
static/hero/bust-hi.glb Normal file

Binary file not shown.

Binary file not shown.

BIN
static/hero/logos.glb Normal file

Binary file not shown.

View File

@ -0,0 +1,4 @@
<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="58" height="58" rx="29" fill="white"/>
<path d="M23 39V19H29.737C31.2013 19 32.4164 19.2669 33.3823 19.8008C34.3544 20.3346 35.0804 21.0736 35.5603 22.0176C36.0402 22.9551 36.2802 24.0391 36.2802 25.2695C36.2802 26.4935 36.0371 27.571 35.5511 28.502C35.0712 29.4264 34.3452 30.1458 33.3731 30.6602C32.4072 31.1745 31.192 31.4316 29.7278 31.4316H24.6243V28.834H29.4693C30.3922 28.834 31.1428 28.694 31.7212 28.4141C32.3056 28.1341 32.7332 27.7272 33.004 27.1934C33.2747 26.6595 33.41 26.0182 33.41 25.2695C33.41 24.5143 33.2716 23.86 32.9947 23.3066C32.724 22.7533 32.2964 22.3301 31.7119 22.0371C31.1336 21.7376 30.3738 21.5879 29.4324 21.5879H25.8517V39H23ZM32.3303 29.9766L37 39H33.7515L29.174 29.9766H32.3303Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 845 B

View File

@ -0,0 +1,3 @@
<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.6479 28.7455C30.3452 28.9358 28.2754 28.1665 24.9723 28.3573C24.1531 28.4033 23.3396 28.522 22.5412 28.7121C23.0288 22.6037 27.3519 17.2602 33.2306 16.9205C36.8381 16.7123 40.4439 18.9397 40.6394 22.5555C40.8319 26.1094 38.1221 28.487 33.6483 28.7451L33.6479 28.7455ZM24.779 41.24C21.323 41.4352 17.8692 39.3501 17.6817 35.9665C17.4972 32.6404 20.0937 30.4152 24.3794 30.1736C27.543 29.9953 29.5261 30.7157 32.6897 30.5369C33.4741 30.4939 34.2533 30.3828 35.0186 30.2048C34.5523 35.9214 30.411 40.9226 24.779 41.24ZM28.9999 1.4449C13.7812 1.44446 1.44434 13.7812 1.44434 29C1.44434 44.2189 13.7812 56.5556 28.9999 56.5556C44.2186 56.5556 56.5554 44.2184 56.5554 29C56.5554 13.7816 44.2186 1.44446 28.9999 1.44446" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 885 B

View File

@ -0,0 +1,10 @@
<svg width="57" height="58" viewBox="0 0 57 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_603_7836)">
<path d="M0 29C0 12.9837 12.8112 0 28.6147 0C44.4079 0 56.61 12.7424 56.9815 28.8744C56.9815 34.0217 55.2473 38.3527 50.9119 42.4328C47.2482 45.8808 41.0019 46.3874 36.4191 43.8139C33.1479 41.9015 30.627 37.8289 28.4908 34.8377L24.5268 40.9892H15.9796L24.0314 28.8739L16.2274 16.948H25.0223L28.5528 23.0996L32.0211 16.948H40.8782L32.8265 28.8744C32.8265 28.8744 36.6665 34.8377 38.7722 37.1602C40.8782 39.4828 44.7182 39.5455 47.1955 37.0346C49.9195 34.274 50.5292 32.0759 50.5403 28.8744C50.5828 16.4828 40.8709 6.52813 28.6147 6.52813C16.3687 6.52813 6.44139 16.5891 6.44139 29C6.44139 41.4108 16.3687 51.472 28.6147 51.472C30.3085 51.472 31.932 51.3277 33.5077 50.9696L34.8704 57.3096C32.6282 57.819 30.8169 58 28.6147 58C12.8112 58 0 45.0162 0 29Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_603_7836">
<rect width="57" height="58" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
static/subpages/history.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

4
tsconfig.json Normal file
View File

@ -0,0 +1,4 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json"
}

14190
yarn.lock Normal file

File diff suppressed because it is too large Load Diff