Skip to content

Commit 8a6d9c6

Browse files
committed
inital commit
0 parents  commit 8a6d9c6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Readme.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
== Resource Access
3+
* mirror of https://github.com/iRecursion/iRecursion.github.io
4+
5+
[%autowidth,options="header",cols=">,<"]
6+
|===
7+
|Entry|Url
8+
|Usage|https://irecursion.github.io
9+
|AsciiDoc Source|https://gitee.com/iRecursion
10+
|===

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5+
https://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
7+
<modelVersion>4.0.0</modelVersion>
8+
<groupId>com.elf.antora</groupId>
9+
<artifactId>irecursion.github.io</artifactId>
10+
<version>1.0.0</version>
11+
<packaging>pom</packaging>
12+
13+
</project>

0 commit comments

Comments
 (0)