mirror of
https://github.com/vishapoberon/docs.git
synced 2026-04-05 21:12:24 +00:00
initial
This commit is contained in:
commit
4e4215d7eb
10 changed files with 41 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
public
|
||||
.DS_Store
|
||||
node_modules
|
||||
dist
|
||||
tmp
|
||||
|
||||
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
7
content/_index.md
Normal file
7
content/_index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: Introduction to Vishap Oberon
|
||||
type: docs
|
||||
---
|
||||
|
||||
_Make it as simple as possible, but not simpler — A. Einstein_
|
||||
|
||||
6
content/docs/introduction.md
Normal file
6
content/docs/introduction.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Introduction
|
||||
weight: 10
|
||||
---
|
||||
|
||||
This book is designed for both experienced programmers looking to learn the Vishap Oberon language and beginners with no prior programming knowledge. It not only teaches the fundamentals of Vishap Oberon but also covers essential programming concepts applicable to many other languages.
|
||||
5
go.mod
Normal file
5
go.mod
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module github.com/vishapoberon/website
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require github.com/alex-shpak/hugo-book v0.0.0-20240902130312-c19a0a60ffca // indirect
|
||||
2
go.sum
Normal file
2
go.sum
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
github.com/alex-shpak/hugo-book v0.0.0-20240902130312-c19a0a60ffca h1:9h3q38x9yBIfwpB8RDNciB3v4uiTCSmUliU5r06HHYs=
|
||||
github.com/alex-shpak/hugo-book v0.0.0-20240902130312-c19a0a60ffca/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds=
|
||||
8
hugo.toml
Normal file
8
hugo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
baseURL = 'https://vishap.oberon.am/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Vishap Oberon Handbook'
|
||||
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = 'github.com/alex-shpak/hugo-book'
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
{"Target":"book.min.309b7ed028807cdb68d8d61e26d609f48369c098dbf5e4d8c0dcf4cdf49feafc.css","MediaType":"text/css","Data":{"Integrity":"sha256-MJt+0CiAfNto2NYeJtYJ9INpwJjb9eTYwNz0zfSf6vw="}}
|
||||
BIN
static/images/vishap.png
Normal file
BIN
static/images/vishap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Add table
Add a link
Reference in a new issue