Giter Club home page Giter Club logo

csz.academy's Introduction

csz.academy

Official CSZ Blog.

This is the repository for csz.academy.

Licensing

Three (yes, three) licenses apply:

  • AGPL-3.0 or later applies to code used to generate the blog.
  • MIT applies to all code samples in blog posts that are publicly available at https://csz.academy (if not specified otherwise).
  • CC-BY-NC-4.0 applies to any non-code content (if not specified otherwise).

Writing own Posts

Prerequisites

You need to install Hugo.

After installation:

git clone [email protected]:csz-academy/csz.academy.git
cd csz.academy

# start site builder with live-reload
hugo serve

Creating an Author Profile

Create a file under the content/authors directory with your acronym as filename. Then add a YAML content with your personal information like this:

name: <name>
acronym: <acronym>
bio: |
  Your profile description.
social:
  - github: <github username>
web: <your homepage>

Writing a Post

Every post is a single unit which contains all markup- and asset files. At a minimum you create the following structure

content/
└── <Year>-<Month>-<Day>-<post-title>/
    └── index.md

Using Assets

Drop the assets next to your post:

<Year>-<Month>-<Day>-<post-title>/
├── archive.zip
├── image.png
└── index.md

And you can link them in your post like this:

![My Image](image.png)
[Download Archive here](archive.zip)

csz.academy's People

Contributors

crtified avatar diewellenlaenge avatar faro1991 avatar holzmaster avatar jonas32 avatar twobiers avatar

Watchers

 avatar

csz.academy's Issues

Konzept für Embeds (Bilder etc.)

Kein cross-linking. Wir sollten die alle ins Repo holen.

Todo:

  • Automatisierung
  • Lizenz-Probleme?
  • Wir brauchen einen Standard für Minimum Quellenangaben

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.