Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
0a2a32db
You need to sign in or sign up before continuing.
Unverified
Commit
0a2a32db
authored
Nov 19, 2022
by
CDN
Committed by
GitHub
Nov 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add artalk comment module (#5868)
Co-authored-by:
Nicolas Giard
<
github@ngpixel.com
>
parent
86c94070
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
code.yml
server/modules/comments/artalk/code.yml
+17
-0
definition.yml
server/modules/comments/artalk/definition.yml
+23
-0
No files found.
server/modules/comments/artalk/code.yml
0 → 100644
View file @
0a2a32db
main
:
|
<div id="artalk-container"></div>
head
:
|
<link href="{{server}}/dist/Artalk.css" rel="stylesheet">
<script src="{{server}}/dist/Artalk.js"></script>
body
:
|
<script>
window.onload = function() {
new Artalk({
el: '#artalk-container',
pageKey: '{{pageId}}',
pageTitle: '',
server: '{{server}}',
site: '{{siteName}}',
});
};
</script>
server/modules/comments/artalk/definition.yml
0 → 100644
View file @
0a2a32db
key
:
artalk
title
:
Artalk
description
:
A light-weight self-hosted comment system.
author
:
CDN18
logo
:
https://static.requarks.io/logo/artalk.png
website
:
https://artalk.js.org
codeTemplate
:
true
isAvailable
:
true
props
:
server
:
type
:
String
title
:
Artalk Backend URL
default
:
'
'
hint
:
'
Publicly
accessible
URL
of
your
Artalk
instance.
It
should
start
with
http/https
and
omit
the
trailing
slash.
(e.g.
https://artalk.example.com)'
maxWidth
:
650
order
:
1
siteName
:
type
:
String
title
:
Site Name
default
:
'
'
hint
:
'
The
name
of
this
site
configured
in
the
artalk
backend.
Leave
empty
to
use
default
site.'
maxWidth
:
450
order
:
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment