initialize
This commit is contained in:
commit
5fc7b19277
5 changed files with 110 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
site/
|
71
docs/about.md
Normal file
71
docs/about.md
Normal file
|
@ -0,0 +1,71 @@
|
|||
# Capacius dentes
|
||||
|
||||
## Aiax dum vulgus
|
||||
|
||||
Lorem markdownum amnes saxumque: par clausus premis, dum corpus, nam mihi
|
||||
providus quaque exsultatque quis; vota! Videretur o removit firmat!
|
||||
|
||||
var flatbed_ddl_multiplatform = coldTextDrop(backupDesign * 40, 2);
|
||||
permalink += mail_google_linkedin;
|
||||
meme_string.downloadDpi *= northbridge(kdeFile, clob, pumDeprecatedThread) *
|
||||
-3;
|
||||
if (popPower - phreaking_cell_reader) {
|
||||
office_memory_static(cardArchitecture);
|
||||
impact = -5;
|
||||
} else {
|
||||
tunnelingGraphicKindle *= 916021;
|
||||
webcamImageJre(iteration * sequence_fifo_lcd, kilohertz,
|
||||
smartphone_word);
|
||||
visual_keywords = character(tooltip_bridge_zettabyte, gpu_wins,
|
||||
developmentRecursiveCircuit(4));
|
||||
}
|
||||
var exbibyte = raw + network_friendly_memory.oem(grayscale);
|
||||
|
||||
## Est deus virgo temptataque Thisbe
|
||||
|
||||
Iam videbam: audire! Manu quo silva successit geminus intus, et curru
|
||||
subductaque **Penthea**. Fuerit nox tecto qua suppliciumque tenes mori ut puella
|
||||
quem praeconia insistere: tumulandus pictos dum.
|
||||
|
||||
pixel = 21 - pdfWindowsPixel;
|
||||
pppVramHandle = vlb_number_bash / duplex_wildcard_file + secondaryWorm -
|
||||
aclIscsiSubnet(enterprise, dac);
|
||||
text(-1, virtual_domain_newline * shellSwappable, fileProm + artBurnNewbie +
|
||||
dynamicDpiWord(sinkFddiQuad, clean_w_cold));
|
||||
directory.activeDramHit -= sample * metal_bespoke - pop_nybble_compression +
|
||||
internic_horizontal;
|
||||
if (phpGif + system) {
|
||||
google_null.mnemonic_output_baseband += ospfDvi;
|
||||
cadLock(ide, -1, 1);
|
||||
end_throughput_management(4 + 3);
|
||||
} else {
|
||||
netmaskTopologyVaporware = lionUncNetwork;
|
||||
}
|
||||
|
||||
Venias omnes totidem hanc aeripedes praedae orbem et poterat ego esse Turpe, ad
|
||||
dicentem Tethys Cyllenius gramen. Et paene, futuri haud sortes virga; per iterum
|
||||
declinat promissa. Magnos **per**, pars quod post?
|
||||
|
||||
## Sorte nec
|
||||
|
||||
Onerataque sequente ulterius iacta beati volucrem, et tuae impatiens foret
|
||||
aditum rite regni at. Lucida antistite natus refoventque pello certe, Ut
|
||||
*pendens toto* viribus cuncti: altius par.
|
||||
|
||||
var insertion = console_processor_cybercrime + utility_post;
|
||||
pim(core_rdram);
|
||||
ajaxDesignCarrier(3, usernamePage(2, point_cybercrime_drive + software),
|
||||
memoryHubSystem(golden_service - tweak_market_gateway,
|
||||
ddr_alignment_data + 1, -1));
|
||||
var technologySdk = data_real_flat(suffix + lifoRay / 589850);
|
||||
if (wddmHardening == mbr_copyright) {
|
||||
interpreter += 1;
|
||||
rawCaptchaDesign.mca(78, interpreter_video + symbolicUnmountWpa, soft);
|
||||
} else {
|
||||
cmyk_tftp_kde = 5;
|
||||
boot = hdmi(malware(-2, 3), day_disk_parity + netbios_development_file);
|
||||
typefacePpcSequence += rdf;
|
||||
}
|
||||
|
||||
Sponte illum dedimus, ubi haec vive vulnera magni, sagitta quo toto solvit,
|
||||
facit. Deum despexit caeleste, sentit et enim ordine, poplite in.
|
BIN
docs/img/favicon.ico
Normal file
BIN
docs/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 759 B |
22
docs/index.md
Normal file
22
docs/index.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
C3 Waffel Operation Center
|
||||
============================
|
||||
Wir 🧡 Waffeln!
|
||||
-----------------
|
||||
|
||||
Welcome to MkDocs
|
||||
|
||||
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
||||
|
||||
## Commands
|
||||
|
||||
* `mkdocs new [dir-name]` - Create a new project.
|
||||
* `mkdocs serve` - Start the live-reloading docs server.
|
||||
* `mkdocs build` - Build the documentation site.
|
||||
* `mkdocs -h` - Print help message and exit.
|
||||
|
||||
## Project layout
|
||||
|
||||
mkdocs.yml # The configuration file.
|
||||
docs/
|
||||
index.md # The documentation homepage.
|
||||
... # Other markdown pages, images and other files.
|
16
mkdocs.yml
Normal file
16
mkdocs.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
site_name: C3WOC
|
||||
site_url: https://c3woc.de/
|
||||
nav:
|
||||
- Home: index.md
|
||||
- About: about.md
|
||||
theme:
|
||||
name: 'material'
|
||||
plugins:
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
minify_js: true
|
||||
minify_css: true
|
||||
htmlmin_opts:
|
||||
remove_comments: true
|
||||
cache_safe: true
|
Loading…
Reference in a new issue