diff --git a/_config.yml b/_config.yml index a66df58..93f7c99 100755 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,11 @@ -title: NOME DO SITE +title: Wonderland description: >- # this means to ignore newlines until "baseurl:" DESCRIÇÃO DO SITE -# baseurl: "" # the subpath of your site, e.g. /blog -# url: "" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/s/wonderland" # the subpath of your site, e.g. /blog +url: "https://alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com -# Build settings theme: alice -# plugins: -# - jekyll-feed - collections_dir: collections @@ -22,6 +18,4 @@ header_pages: exclude: - LICENSE - README.md -# - makefile -# - Gemfile -# - Gemfile.lock + - makefile diff --git a/collections/_projects/alice_dash.md b/collections/_projects/alice_dash.md new file mode 100644 index 0000000..d2d2feb --- /dev/null +++ b/collections/_projects/alice_dash.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Alice Dash +fix_url: https://git.alice.ufsj.edu.br/ +displaymenu: true +--- + +Um dashboard com informações do funcionamento do servidor. \ No newline at end of file diff --git a/collections/_projects/alice_files.md b/collections/_projects/alice_files.md new file mode 100644 index 0000000..28c986c --- /dev/null +++ b/collections/_projects/alice_files.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Alice Files +fix_url: https://alice.dcomp.ufsj.edu.br/ +displaymenu: true +--- + +Alice files é um serviço de SFTP, FTP e WebDav no servidor do Alice. \ No newline at end of file diff --git a/collections/_projects/alice_index.md b/collections/_projects/alice_index.md new file mode 100644 index 0000000..f642ab0 --- /dev/null +++ b/collections/_projects/alice_index.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Alice Index +fix_url: https://alice.ufsj.edu.br/s/alice_index +displaymenu: true +--- + +Alice Index indexa os arquivos no diretório public_html dos usuários. \ No newline at end of file diff --git a/collections/_projects/alice_sites.md b/collections/_projects/alice_sites.md new file mode 100644 index 0000000..bc62738 --- /dev/null +++ b/collections/_projects/alice_sites.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Alice Sites +fix_url: https://alice.ufsj.edu.br/s +displaymenu: true +--- + +Alice sites são os sites hospedados juntamente do domnínio do alice, usando o esquema do jekyll de compartilhamento de temas. \ No newline at end of file diff --git a/collections/_projects/bin.md b/collections/_projects/bin.md new file mode 100644 index 0000000..732ec20 --- /dev/null +++ b/collections/_projects/bin.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Alice Bin +fix_url: https://alice.ufsj.edu.br/bin +displaymenu: true +--- + +Pastebin do alice. \ No newline at end of file diff --git a/collections/_projects/drive.md b/collections/_projects/drive.md new file mode 100644 index 0000000..ce4a681 --- /dev/null +++ b/collections/_projects/drive.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Alicecloud +fix_url: https://drive.alice.ufsj.edu.br/ +displaymenu: true +--- + +Uma plataforma de nuvem do Alice que possue diversos serviços, como video conferência, hospedagem de arquivos, notas, documentos e etc... \ No newline at end of file diff --git a/collections/_projects/etherpad.md b/collections/_projects/etherpad.md new file mode 100644 index 0000000..e6196b4 --- /dev/null +++ b/collections/_projects/etherpad.md @@ -0,0 +1,8 @@ +--- +layout: default +title: AlicePad +fix_url: https://alice.ufsj.edu.br/pad +displaymenu: true +--- + +AlicePad é uma instância de etherpad hospedada no servidor do Alice. \ No newline at end of file diff --git a/collections/_projects/gitea.md b/collections/_projects/gitea.md new file mode 100644 index 0000000..59520e6 --- /dev/null +++ b/collections/_projects/gitea.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Gitea +fix_url: https://git.alice.ufsj.edu.br/ +displaymenu: true +--- + +Gitea e uma plataforma de git do Alice, para versionamento e distribuição de softwares e codigos do laboratorio. \ No newline at end of file diff --git a/collections/_projects/meet.md b/collections/_projects/meet.md new file mode 100644 index 0000000..d238ae4 --- /dev/null +++ b/collections/_projects/meet.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Jitsi Meet +fix_url: https://meet.alice.ufsj.edu.br/ +displaymenu: true +--- + +Jitsi meet é uma plataforma de vídeo conferências hospedada no servidor do Alice. \ No newline at end of file diff --git a/collections/_projects/ppa.md b/collections/_projects/ppa.md new file mode 100644 index 0000000..5933edc --- /dev/null +++ b/collections/_projects/ppa.md @@ -0,0 +1,8 @@ +--- +layout: default +title: PPA +fix_url: https://alice.ufsj.edu.br/ppa +displaymenu: true +--- + +O repositório de pacotes do Alice. \ No newline at end of file diff --git a/collections/_projects/public_html b/collections/_projects/public_html new file mode 100644 index 0000000..4530974 --- /dev/null +++ b/collections/_projects/public_html @@ -0,0 +1,8 @@ +--- +layout: default +title: Public HTML +fix_url: https://alice.ufsj.edu.br/public_html +displaymenu: true +--- + +O public_html dos usuários do laboratório. \ No newline at end of file diff --git a/collections/_projects/wiki.md b/collections/_projects/wiki.md new file mode 100644 index 0000000..ffbacbe --- /dev/null +++ b/collections/_projects/wiki.md @@ -0,0 +1,8 @@ +--- +layout: default +title: WikiLices +fix_url: https://alice.ufsj.edu.br/wiki +displaymenu: true +--- + +WikiLices é o wiki do Alice, onde você pode encontrar informações diversas sobre o laboratorio e suas pesquisas. \ No newline at end of file diff --git a/makefile b/makefile new file mode 100755 index 0000000..8d187d9 --- /dev/null +++ b/makefile @@ -0,0 +1,17 @@ +JEKYLL_CMD = bundle exec jekyll +DEST_PATH = /var/www/html/alice_sites/wonderland +DEST_DIR_FLAGS = --destination=${DEST_PATH} +BUILD_FLAGS = --trace +SERVE_FLAGS = -H 0.0.0.0 -P 33002 + +all: + sg www-data -c "${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS}" + +deploy: + ${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS} + +watch: + ${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS} -w + +serve: + ${JEKYLL_CMD} serve ${SRC_DIR_FLAGS} ${SERVE_FLAGS} diff --git a/pages/index.html b/pages/index.html index 4b3c291..b07f120 100755 --- a/pages/index.html +++ b/pages/index.html @@ -1,6 +1,27 @@ --- layout: default +title: Wonderland +displaymenu: true permalink: / --- -MEU SITE EH BAO +