This commit is contained in:
Antranig Vartanian 2024-09-26 18:24:07 +04:00
commit 4e4215d7eb
No known key found for this signature in database
GPG key ID: DE3998662D59F21C
10 changed files with 41 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
public
.DS_Store
node_modules
dist
tmp

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

7
content/_index.md Normal file
View file

@ -0,0 +1,7 @@
---
title: Introduction to Vishap Oberon
type: docs
---
_Make it as simple as possible, but not simpler — A. Einstein_

View 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
View 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
View 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
View 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

View file

@ -0,0 +1 @@
{"Target":"book.min.309b7ed028807cdb68d8d61e26d609f48369c098dbf5e4d8c0dcf4cdf49feafc.css","MediaType":"text/css","Data":{"Integrity":"sha256-MJt+0CiAfNto2NYeJtYJ9INpwJjb9eTYwNz0zfSf6vw="}}

BIN
static/images/vishap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB